]> git.sesse.net Git - kdenlive/blobdiff - src/trackview.h
save zoom factor in document
[kdenlive] / src / trackview.h
index 6b19deb3a821137054e38b76273846b14a317e8c..8198152e1ee9d093102d62e8e24049733b5c1f2e 100644 (file)
@@ -57,7 +57,6 @@ public:
     void refresh() ;
     int outPoint() const;
     int inPoint() const;
-    int currentZoom() const;
     int fitZoom() const;
 
 
@@ -74,7 +73,6 @@ private:
     int m_projectTracks;
     QString m_editMode;
     QGraphicsScene *m_scene;
-    uint m_currentZoom;
 
     KdenliveDoc *m_doc;
     QVBoxLayout *m_tracksLayout;