]> git.sesse.net Git - kdenlive/blobdiff - src/slideshowclip.h
Image sequences can now start at an arbitrary frame, just select the first one in...
[kdenlive] / src / slideshowclip.h
index 4189987bde1846134f0a5f33bbb4b15ce88c7db1..69fc496fcbcfee1c950aa8b21a6541a62ddcffbd 100644 (file)
@@ -48,8 +48,6 @@ public:
     QString lumaFile() const;
     int softness() const;
     QString animation() const;
-    /** @brief Return the first number for the sequence begining */
-    int begin() const;
 
     /** @brief Check if there are several files with filename pattern, like: image_001.jpg, image_002.jpg,... */
     static int sequenceCount(KUrl file);
@@ -74,7 +72,6 @@ private slots:
 private:
     Ui::SlideshowClip_UI m_view;
     int m_count;
-    int m_patternBegin;
     Timecode m_timecode;
     KIO::PreviewJob *m_thumbJob;
 };