]> git.sesse.net Git - kdenlive/blobdiff - src/customtrackscene.h
Cleanup tracks handling
[kdenlive] / src / customtrackscene.h
index d8a3f4f7a7eda6f9a4146ef6a5d0a265c8ba43d0..be1c712728c88790592fef48386c7c4ded9b231d 100644 (file)
@@ -28,7 +28,6 @@
 #include "gentime.h"
 
 class KdenliveDoc;
-class TrackInfo;
 
 /** This class holds all properties that need to be used by clip items */
 
@@ -44,7 +43,6 @@ public:
     double getSnapPointForPos(double pos, bool doSnap = true);
     void setScale(double scale);
     double scale() const;
-    QList <TrackInfo> m_tracksList;
     int tracksCount() const;
     QPixmap m_transitionPixmap;