[vlc-devel] commit: Remove out-of-date comments ( Rémi Denis-Courmont )

git version control git at videolan.org
Wed Jun 25 20:38:04 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Wed Jun 25 21:21:48 2008 +0300| [cdad38197173431b485f22583ef0ceb692dca45c]

Remove out-of-date comments

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cdad38197173431b485f22583ef0ceb692dca45c
---

 modules/gui/qt4/main_interface.cpp |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/modules/gui/qt4/main_interface.cpp b/modules/gui/qt4/main_interface.cpp
index 3e666d0..9de601e 100644
--- a/modules/gui/qt4/main_interface.cpp
+++ b/modules/gui/qt4/main_interface.cpp
@@ -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 );




More information about the vlc-devel mailing list