diff options
Diffstat (limited to 'client/player.h')
-rw-r--r-- | client/player.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/client/player.h b/client/player.h index 84c2674..4aedb05 100644 --- a/client/player.h +++ b/client/player.h @@ -50,8 +50,6 @@ public: Player(QWidget *widget, Decoder *decoder); ~Player(); - void getScreenShot(QImage *image); - public slots: void show_frame(); |