summaryrefslogtreecommitdiff
path: root/noncore/multimedia
Unidiff
Diffstat (limited to 'noncore/multimedia') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/mediaplayerstate.cpp12
-rw-r--r--noncore/multimedia/opieplayer2/mediaplayerstate.h2
2 files changed, 0 insertions, 14 deletions
diff --git a/noncore/multimedia/opieplayer2/mediaplayerstate.cpp b/noncore/multimedia/opieplayer2/mediaplayerstate.cpp
index aa85176..43040c2 100644
--- a/noncore/multimedia/opieplayer2/mediaplayerstate.cpp
+++ b/noncore/multimedia/opieplayer2/mediaplayerstate.cpp
@@ -143,10 +143,2 @@ void MediaPlayerState::setShuffled( bool b ) {
143 143
144void MediaPlayerState::setUsingPlaylist( bool b ) {
145 if ( usePlaylist == b ) {
146 return;
147 }
148 usePlaylist = b;
149 emit playlistToggled(b);
150}
151
152void MediaPlayerState::setPaused( bool b ) { 144void MediaPlayerState::setPaused( bool b ) {
@@ -255,6 +247,2 @@ void MediaPlayerState::toggleShuffled() {
255 247
256void MediaPlayerState::togglePlaylist() {
257 setUsingPlaylist( !usePlaylist);
258}
259
260void MediaPlayerState::togglePaused() { 248void MediaPlayerState::togglePaused() {
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
@@ -73,3 +73,2 @@ public slots:
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 );
@@ -94,3 +93,2 @@ public slots:
94 void toggleShuffled(); 93 void toggleShuffled();
95 void togglePlaylist();
96 void togglePaused(); 94 void togglePaused();