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
@@ -71,7 +71,6 @@ public slots:
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 );
@@ -92,7 +91,6 @@ public slots:
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();