summaryrefslogtreecommitdiff
path: root/noncore/multimedia/opieplayer2/mediaplayerstate.cpp
Unidiff
Diffstat (limited to 'noncore/multimedia/opieplayer2/mediaplayerstate.cpp') (more/less context) (show whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/mediaplayerstate.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/noncore/multimedia/opieplayer2/mediaplayerstate.cpp b/noncore/multimedia/opieplayer2/mediaplayerstate.cpp
index 4f43465..5e5dfb2 100644
--- a/noncore/multimedia/opieplayer2/mediaplayerstate.cpp
+++ b/noncore/multimedia/opieplayer2/mediaplayerstate.cpp
@@ -92,6 +92,2 @@ void MediaPlayerState::writeConfig( Config& cfg ) const {
92void MediaPlayerState::setIsStreaming( bool b ) { 92void MediaPlayerState::setIsStreaming( bool b ) {
93
94 if ( streaming == b ) {
95 return;
96 }
97 streaming = b; 93 streaming = b;
@@ -100,6 +96,2 @@ void MediaPlayerState::setIsStreaming( bool b ) {
100void MediaPlayerState::setIsSeekable( bool b ) { 96void MediaPlayerState::setIsSeekable( bool b ) {
101
102 //if ( isSeekable == b ) {
103 // return;
104 // }
105 seekable = b; 97 seekable = b;