Salome HOME
refs #80 - Sketch base GUI: create/draw point, circle and arc
[modules/shaper.git] / src / XGUI / XGUI_MainMenu.h
index 0fed1a07ff64a11c83d68665cd2b1e11b11aac21..48d97459135f78be9f26e3f2b6a6d7450e10f833 100644 (file)
@@ -47,12 +47,6 @@ public:
   //! Returns list of created commands
   QList<XGUI_Command*> features() const;
 
-public slots:
-  void onFeatureChecked(bool);
-
-  void saveCommandsState();
-  void restoreCommandState();
-
   virtual bool eventFilter(QObject *theWatched, QEvent *theEvent);
 
 private: