Salome HOME
Fix Windows compilation problem
[modules/gui.git] / src / SUIT / SUIT_AutoRotate.cxx
index 2957c247b93cd373a9652a0131438560653760e0..65ad585ac91a13e48757f9eaac206587f0539304 100644 (file)
@@ -107,15 +107,3 @@ void SUIT_AutoRotate::addToLog(const QPoint& thePos, qint64 theTime)
   if (myLog.myHistorySize < myLog.mySize)
     myLog.myHistorySize++;
 }
-
-
-bool SUIT_AutoRotate::startAnimation()
-{
-  // override this method in derived classes
-}
-
-
-bool SUIT_AutoRotate::stopAnimation()
-{
-  // override this method in derived classes
-}