summaryrefslogtreecommitdiff
Side-by-side diff
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/multimedia/opieplayer2/xinecontrol.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/noncore/multimedia/opieplayer2/xinecontrol.cpp b/noncore/multimedia/opieplayer2/xinecontrol.cpp
index d18fde5..0137ae5 100644
--- a/noncore/multimedia/opieplayer2/xinecontrol.cpp
+++ b/noncore/multimedia/opieplayer2/xinecontrol.cpp
@@ -79,4 +79,2 @@ void XineControl::play( const QString& fileName ) {
mediaPlayerState->setPlaying( true );
- // default to audio view until we know how to handle video
- // MediaDetect mdetect;
char whichGui = mdetect.videoOrAudio( fileName );
@@ -86,3 +84,2 @@ void XineControl::play( const QString& fileName ) {
}
-
if (whichGui == 'a') {
@@ -94,3 +91,2 @@ void XineControl::play( const QString& fileName ) {
}
-
// determine if slider is shown
@@ -124,4 +120,2 @@ void XineControl::stop( bool isSet ) {
libXine->stop( );
- mediaPlayerState->setList();
- // mediaPlayerState->setPlaying( false );
@@ -135,4 +129,2 @@ void XineControl::stop( bool isSet ) {
- } else {
- // play again
}