Salome HOME
Merge from V6_main 28/02/2013
[modules/geom.git] / src / GEOMToolsGUI / GEOMToolsGUI.h
index 6c04a9be5ffe36f4508925c5ca993517b48c1aef..6e7e2f9b4d52ee61aaaeded094f2a93095f3d9d4 100644 (file)
@@ -60,8 +60,6 @@ public:
 
   enum ActionType { SHOWDLG, INCR, DECR };
 
-  static void  SetColor( const QString&, const QColor&, bool );
-
 private:
   // Import and export topology methods
   bool         Import();
@@ -99,18 +97,6 @@ private:
                                          _PTR(Study),
                                          QList<SALOME_View*>,
                                          GEOM_Displayer* );
-
-  static void setVtkColor( SalomeApp_Study* study,
-                          int mgrId,
-                          SVTK_View* view,
-                          const Handle_SALOME_InteractiveObject& IO,
-                          const QColor& color );
-
-  static void setOccColor( SalomeApp_Study* study,
-                          int mgrId,
-                          const Handle_AIS_InteractiveContext& ic,
-                          const Handle_SALOME_InteractiveObject& IO,
-                          const QColor& color );
 };
 
 #endif // GEOMTOOLSGUI_H