summaryrefslogtreecommitdiff
path: root/src/mplayerwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mplayerwindow.h')
-rw-r--r--src/mplayerwindow.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mplayerwindow.h b/src/mplayerwindow.h
index 12dd53b..6039939 100644
--- a/src/mplayerwindow.h
+++ b/src/mplayerwindow.h
@@ -107,16 +107,11 @@ public:
public slots:
//! Should be called when a file has started.
- /*! It's needed to know if the background has to be cleared or not. */
+ /*! It's needed to know if the background has to be cleared or not. */
virtual void playingStarted();
//! Should be called when a file has stopped.
virtual void playingStopped();
-#if REPAINT_BACKGROUND_OPTION
-protected:
- virtual void paintEvent ( QPaintEvent * e );
-#endif
-
private:
#if REPAINT_BACKGROUND_OPTION
bool repaint_background;