diff -r d5ec4e4eb2d5 -r 48b79b3ca592 QTfrontend/net/recorder.h --- 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; };