summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore 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
@@ -90,18 +90,10 @@ void MediaPlayerState::writeConfig( Config& cfg ) const {
// slots
void MediaPlayerState::setIsStreaming( bool b ) {
-
- if ( streaming == b ) {
- return;
- }
streaming = b;
}
void MediaPlayerState::setIsSeekable( bool b ) {
-
- //if ( isSeekable == b ) {
- // return;
- // }
seekable = b;
emit isSeekableToggled(b);
}