[vlmc-devel] Timeline: Remove unused slot

Hugo Beauzée-Luyssen git at videolan.org
Sun Oct 30 22:36:40 CET 2016


vlmc | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Sun Oct 30 19:20:35 2016 +0100| [92f5ea4c9e9128fa0ea49945c5b4a770aad9f694] | committer: Hugo Beauzée-Luyssen

Timeline: Remove unused slot

> https://code.videolan.org/videolan/vlmc/commit/92f5ea4c9e9128fa0ea49945c5b4a770aad9f694
---

 src/Gui/timeline/Timeline.h | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/src/Gui/timeline/Timeline.h b/src/Gui/timeline/Timeline.h
index 8eeb332..daf2df9 100644
--- a/src/Gui/timeline/Timeline.h
+++ b/src/Gui/timeline/Timeline.h
@@ -43,12 +43,6 @@ public:
 
     QWidget*            container();
 
-public slots:
-    /**
-     * \brief Change the currently selected tool.
-     */
-    void setTool( ToolButtons button ) { Q_UNUSED( button ) }
-
 protected:
     virtual void changeEvent( QEvent *e ) { Q_UNUSED( e ) }
 



More information about the Vlmc-devel mailing list