]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
* Revert to an easier MLT playlist manipulation now that MLT allows easy transition...
[kdenlive] / src / renderer.h
index 173ed2165bb4ddd6d874fb00f2c7fab1fcf501d0..3061a4c2e38a1aa0a794a8352aff39917b563c4f 100644 (file)
@@ -93,7 +93,7 @@ Q_OBJECT public:
     void setSceneList(QDomDocument list, int position = 0);
     void setSceneList(QString playlist, int position = 0);
     QString sceneList();
-    void saveSceneList(QString path, QDomElement addedXml = QDomElement());
+    void saveSceneList(QString path, QDomElement kdenliveData = QDomElement());
 
     /** Wraps the VEML command of the same name. Tells the renderer to
     play the current scene at the speed specified, relative to normal
@@ -199,9 +199,6 @@ private:   // Private attributes & methods
     void setDescription(const QString & description);
     void closeMlt();
     void mltCheckLength(bool reload = true);
-    Mlt::Tractor* getTractor();
-    Mlt::Playlist* getPlaylist(int track);
-    void replaceTimelineTractor(Mlt::Tractor t);
     QMap<QString, QString> mltGetTransitionParamsFromXml(QDomElement xml);
 
 private slots:  // Private slots