]> git.sesse.net Git - kdenlive/blobdiff - src/recmonitor.h
Forgotten file from previous commit, some fixes for the b frame drop option
[kdenlive] / src / recmonitor.h
index fbaf0663f521f22cb0528136f29824a3393fbf04..ba44c3059de15981075f74b0f2f81b3c9b828828 100644 (file)
@@ -56,7 +56,6 @@ private:
     RegionGrabber *rgnGrab;
     bool m_isActive;
     KDateTime m_captureTime;
-    double m_dvgrabVersion;
 
     KUrl m_captureFile;
     KIcon m_playIcon;
@@ -64,7 +63,6 @@ private:
 
     QProcess *captureProcess;
     QProcess *displayProcess;
-    QProcess *alsaProcess;
     QTimer *m_initTimer;
     bool m_isCapturing;
     /** did the user capture something ? */
@@ -91,7 +89,7 @@ private slots:
     void slotRewind();
     void slotForward();
     void slotDisconnect();
-    void slotStartGrab(const QRect &rect);
+    //void slotStartGrab(const QRect &rect);
     void slotConfigure();
 
 public slots: