]> git.sesse.net Git - kdenlive/blobdiff - src/renderer.h
Fix proxy clips with invalid length not correctly handled and reload clip breaking...
[kdenlive] / src / renderer.h
index e6ab0b8fc124082ba62f8f1c15c0a27b29702a2b..71ce4ef8e723b051f9f6f97354ff982c6cf105e2 100644 (file)
@@ -343,14 +343,6 @@ signals:
     /** @brief The renderer started rendering. */
     void rendering(const GenTime &);
 
-    /** @brief The rendering has finished.
-        @see consumer_frame_show
-        This signal seems to be useless; use renderPosition(int) instead --Granjow */
-    void renderFinished();
-
-    /* @brief The current seek position has been changed by the renderer.
-    void positionChanged(const GenTime &);*/
-
     /** @brief An error occurred within this renderer. */
     void error(const QString &, const QString &);
     void durationChanged(int);