QTfrontend/net/recorder.h
changeset 7376 48b79b3ca592
parent 7280 fd707afbc3a2
child 8092 08960209db8c
child 9080 9b42757d7e71
--- a/QTfrontend/net/recorder.h	Mon Jul 09 16:42:13 2012 +0400
+++ b/QTfrontend/net/recorder.h	Mon Jul 09 17:03:57 2012 +0400
@@ -34,7 +34,7 @@
         HWRecorder(GameUIConfig * config, const QString & prefix);
         virtual ~HWRecorder();
 
-        void EncodeVideo(const QByteArray & record, int numFrames);
+        void EncodeVideo(const QByteArray & record);
 
         VideoItem * item; // used by pagevideos
         QString name;
@@ -51,8 +51,6 @@
         void encodingFinished(bool success);
 
     private:
-        int curFrame;
-        int numFrames;
         bool finished;
         GameUIConfig * config;
 };