diff --git a/Geo/GModel.h b/Geo/GModel.h
index d4363c0fc95e0b8f492708363a759e079a70da43..3c20afcf2669f877d1d0d64363d631b3de324834 100644
--- a/Geo/GModel.h
+++ b/Geo/GModel.h
@@ -182,9 +182,6 @@ class GModel
   // A container for smooth normals
   smooth_normals *normals;
 
-  // CAD IO
-  // =========================================
-
   // Gmsh native CAD format
   int importGEOInternals();
   int readGEO(const std::string &name);
@@ -198,9 +195,6 @@ class GModel
   int readOCCIGES(const std::string &name);
   int readOCCSTEP(const std::string &name);
 
-  // Mesh IO
-  // =========================================
-
   // Gmsh mesh file format
   int readMSH(const std::string &name);
   int writeMSH(const std::string &name, double version=1.0, bool binary=false,