]> git.sesse.net Git - kdenlive/blobdiff - src/customruler.h
start implementing timeline guides
[kdenlive] / src / customruler.h
index 6d01e4ba7254767705962f384108c869c0768a01..f5f62341dc47e9c1affa419389425f4073830639 100644 (file)
@@ -34,15 +34,11 @@ private:
     int m_duration;
     double m_textSpacing;
     RULER_MOVE m_moveCursor;
-       QMenu *m_contextMenu;
+    QMenu *m_contextMenu;
 
 public slots:
     void slotMoveRuler(int newPos);
     void slotCursorMoved(int oldpos, int newpos);
-
-private slots:
-       void slotAddGuide();
-
 };
 
 #endif