summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/mediaplayerstate.h
authorsimon <simon>2002-12-02 17:16:48 (UTC)
committer simon <simon>2002-12-02 17:16:48 (UTC)
commita79674bdbba0093f4bba78f47905b67fd2f32a8f (patch) (unidiff)
tree630e5a776b285d292fdecea64ff46f2e10874d90 /noncore/multimedia/opieplayer2/mediaplayerstate.h
parente2e40368d1e98cfd3814e14a56c0e503d494cf4f (diff)
downloadopie-a79674bdbba0093f4bba78f47905b67fd2f32a8f.zip
opie-a79674bdbba0093f4bba78f47905b67fd2f32a8f.tar.gz
opie-a79674bdbba0093f4bba78f47905b67fd2f32a8f.tar.bz2
- setUsingPlaylist and togglePlaylist is never called. removed.
Diffstat (limited to 'noncore/multimedia/opieplayer2/mediaplayerstate.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/mediaplayerstate.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/noncore/multimedia/opieplayer2/mediaplayerstate.h b/noncore/multimedia/opieplayer2/mediaplayerstate.h
index 163586b..d15894f 100644
--- a/noncore/multimedia/opieplayer2/mediaplayerstate.h
+++ b/noncore/multimedia/opieplayer2/mediaplayerstate.h
@@ -68,13 +68,12 @@ public slots:
68 void setIsStreaming( bool b ); 68 void setIsStreaming( bool b );
69 void setIsSeekable( bool b ); 69 void setIsSeekable( bool b );
70 void setFullscreen( bool b ); 70 void setFullscreen( bool b );
71 void setScaled( bool b ); 71 void setScaled( bool b );
72 void setLooping( bool b ); 72 void setLooping( bool b );
73 void setShuffled( bool b ); 73 void setShuffled( bool b );
74 void setUsingPlaylist( bool b );
75 void setPaused( bool b ); 74 void setPaused( bool b );
76 void setPlaying( bool b ); 75 void setPlaying( bool b );
77 void setStopped( bool b ); 76 void setStopped( bool b );
78 void setPosition( long p ); 77 void setPosition( long p );
79 void updatePosition( long p ); 78 void updatePosition( long p );
80 void setLength( long l ); 79 void setLength( long l );
@@ -89,13 +88,12 @@ public slots:
89 void setAudio(); 88 void setAudio();
90 89
91 void toggleFullscreen(); 90 void toggleFullscreen();
92 void toggleScaled(); 91 void toggleScaled();
93 void toggleLooping(); 92 void toggleLooping();
94 void toggleShuffled(); 93 void toggleShuffled();
95 void togglePlaylist();
96 void togglePaused(); 94 void togglePaused();
97 void togglePlaying(); 95 void togglePlaying();
98 void toggleBlank(); 96 void toggleBlank();
99 void writeConfig( Config& cfg ) const; 97 void writeConfig( Config& cfg ) const;
100 98
101 99