]> git.sesse.net Git - vlc/commitdiff
Remove out-of-date comments
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Wed, 25 Jun 2008 18:21:48 +0000 (21:21 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Wed, 25 Jun 2008 18:39:16 +0000 (21:39 +0300)
modules/gui/qt4/main_interface.cpp

index 3e666d0ae1d5a0c083f061d8d9da31ba6557ddf6..9de601e73de7ee1afa706306be6b40585e7d0d07 100644 (file)
@@ -659,8 +659,6 @@ private:
  * Thou shall not call/resize/hide widgets from on another thread.
  * This is wrong, and this is TEH reason to emit signals on those Video Functions
  **/
-/* function called from ::DoRequest in order to show a nice VideoWidget
-    at the good size */
 void *MainInterface::requestVideo( vout_thread_t *p_nvout, int *pi_x,
                                    int *pi_y, unsigned int *pi_width,
                                    unsigned int *pi_height )
@@ -700,8 +698,6 @@ void *MainInterface::requestVideo( vout_thread_t *p_nvout, int *pi_x,
     return ret;
 }
 
-/* function called from ::DoRequest in order to show a nice VideoWidget
-    at the good size */
 void MainInterface::requestNotEmbeddedVideo( vout_thread_t *p_nvout )
 {
     fullscreenControls->regFullscreenCallback( p_nvout );