summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/mediaplayerstate.h
Unidiff
Diffstat (limited to 'noncore/multimedia/opieplayer2/mediaplayerstate.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/mediaplayerstate.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/noncore/multimedia/opieplayer2/mediaplayerstate.h b/noncore/multimedia/opieplayer2/mediaplayerstate.h
index 6fe6d76..7408fdc 100644
--- a/noncore/multimedia/opieplayer2/mediaplayerstate.h
+++ b/noncore/multimedia/opieplayer2/mediaplayerstate.h
@@ -61,7 +61,6 @@ public:
61 bool isPaused() const { return paused; } 61 bool isPaused() const { return paused; }
62 bool isPlaying() const { return playing; } 62 bool isPlaying() const { return playing; }
63 bool isStopped() const { return stopped; } 63 bool isStopped() const { return stopped; }
64 bool isInitialized() const;
65 long position() const { return curPosition; } 64 long position() const { return curPosition; }
66 long length() const { return curLength; } 65 long length() const { return curLength; }
67 DisplayType displayType() const; 66 DisplayType displayType() const;
@@ -98,8 +97,6 @@ public slots:
98 void toggleBlank(); 97 void toggleBlank();
99 void writeConfig( Config& cfg ) const; 98 void writeConfig( Config& cfg ) const;
100 99
101 void setBackendInitialized();
102
103signals: 100signals:
104 void fullscreenToggled( bool ); 101 void fullscreenToggled( bool );
105 void scaledToggled( bool ); 102 void scaledToggled( bool );
@@ -118,8 +115,6 @@ signals:
118 void prev(); 115 void prev();
119 void next(); 116 void next();
120 117
121 void initialized();
122
123private: 118private:
124 bool streaming : 1; 119 bool streaming : 1;
125 bool seekable : 1; 120 bool seekable : 1;
@@ -132,7 +127,6 @@ private:
132 bool paused : 1; 127 bool paused : 1;
133 bool playing : 1; 128 bool playing : 1;
134 bool stopped : 1; 129 bool stopped : 1;
135 bool backendInitialized : 1;
136 long curPosition; 130 long curPosition;
137 long curLength; 131 long curLength;
138 DisplayType m_displayType; 132 DisplayType m_displayType;