Salome HOME
It removes commented not used code.
[modules/shaper.git] / src / ModuleBase / ModuleBase_IntSpinBox.h
index 565e437144a724c8cffba088298b555a9cdaaf75..551e5f0b8234bdee8213ff524d8ec4642d2990d1 100755 (executable)
@@ -26,23 +26,9 @@ public:
   explicit ModuleBase_IntSpinBox(QWidget* theParent = 0);
   virtual ~ModuleBase_IntSpinBox() {};
 
-  /// Returns true if the current value is modified by has not been applyed yet
-  //virtual bool isModified() const;
-
-  /// Clears modified state
-  //void clearModified();
-
-protected slots:
-  /// Called on value changed
-  //void onValueChanged(const QString& theValue);
-
 protected:
   /// Called on key press event
   virtual void keyPressEvent(QKeyEvent* theEvent);
-
-private:
-  /// Boolean value whether the spin box content is modified
-  //bool myIsModified;
 };
 
 #endif