summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/phonon/mmf/videoplayer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/phonon/mmf/videoplayer.cpp')
-rw-r--r--src/3rdparty/phonon/mmf/videoplayer.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/3rdparty/phonon/mmf/videoplayer.cpp b/src/3rdparty/phonon/mmf/videoplayer.cpp
index 419c83c..75db551 100644
--- a/src/3rdparty/phonon/mmf/videoplayer.cpp
+++ b/src/3rdparty/phonon/mmf/videoplayer.cpp
@@ -231,19 +231,6 @@ void MMF::VideoPlayer::MvpuoPrepareComplete(TInt aError)
// Debugging video visibility
videoOutput().dump();
-
-#ifdef PHONON_MMF_EXPLICITLY_SHOW_VIDEO_WIDGET
- // HACK: why do we need to explicitly show() the grandparent...?
- QWidget* grandparent = static_cast<QWidget*>(videoOutput().parent()->parent());
- TRACE("Calling grandparent[0x%08x]->show()", grandparent);
- grandparent->show();
- TRACE_0("Calling videoOutput().updateGeometry()");
- videoOutput().updateGeometry();
- TRACE_0("Calling videoOutput().update()");
- videoOutput().update();
-#endif
-
- videoOutput().dump();
videoOutputChanged();