Code cleanup: Video player

.. comments don't reflect that we implemented video playback on
Mac using the QTKit API.
This commit is contained in:
Mark Liversedge
2013-02-10 11:14:47 +00:00
parent 92925cca9d
commit 66dff2fc50

View File

@@ -49,8 +49,6 @@ VideoWindow::VideoWindow(MainWindow *parent, const QDir &home) :
//vlc_exceptions(&exceptions);
/* Create a new item */
// XXX need to add controls - not everyone is going to want to play a video from
// my desktop!!!
m = NULL;
//vlc_exceptions(&exceptions);
@@ -75,10 +73,6 @@ VideoWindow::VideoWindow(MainWindow *parent, const QDir &home) :
libvlc_media_player_set_hwnd (mp, container->winId());
#endif
#if 0 // XXX what abut mac!!!
libvlc_media_player_set_nsobject (mp, view);
#endif
connect(main, SIGNAL(stop()), this, SLOT(stopPlayback()));
connect(main, SIGNAL(start()), this, SLOT(startPlayback()));
connect(main, SIGNAL(pause()), this, SLOT(pausePlayback()));