Salome HOME
It removes commented not used code.
[modules/shaper.git] / src / ModuleBase / ModuleBase_IntSpinBox.cpp
index 197bfc22e52ebbf6f73c9d3a35a1c3b7e1de72bb..b35755ea9a593a06f94a7469a80d2ec8a6c809e4 100755 (executable)
@@ -8,27 +8,10 @@
 #include <QKeyEvent>
 
 ModuleBase_IntSpinBox::ModuleBase_IntSpinBox(QWidget* theParent)
-: QSpinBox(theParent)//,
-  //myIsModified(false)
+: QSpinBox(theParent)
 {
-  //connect(this, SIGNAL(valueChanged(const QString&)), this, SLOT(onValueChanged(const QString&)));
 }
 
-/*void ModuleBase_IntSpinBox::onValueChanged(const QString& theValue)
-{
-  myIsModified = true;
-}
-
-bool ModuleBase_IntSpinBox::isModified() const
-{
-  return myIsModified;
-}
-
-void ModuleBase_IntSpinBox::clearModified()
-{
-  myIsModified = false;
-}*/
-
 void ModuleBase_IntSpinBox::keyPressEvent(QKeyEvent *theEvent)
 {
   switch (theEvent->key()) {