Changeset cdad38197173431b485f22583ef0ceb692dca45c

Show
Ignore:
Timestamp:
06/25/08 20:39:16 (2 months ago)
Author:
Rémi Denis-Courmont <rdenis@simphalempin.com>
git-committer:
Rémi Denis-Courmont <rdenis@simphalempin.com> 1214419156 +0300
git-parent:

[3c68fe377b6fc76292e5bcf847325432044aac54]

git-author:
Rémi Denis-Courmont <rdenis@simphalempin.com> 1214418108 +0300
Message:

Remove out-of-date comments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/qt4/main_interface.cpp

    r8b43c08 rcdad381  
    660660 * This is wrong, and this is TEH reason to emit signals on those Video Functions 
    661661 **/ 
    662 /* function called from ::DoRequest in order to show a nice VideoWidget 
    663     at the good size */ 
    664662void *MainInterface::requestVideo( vout_thread_t *p_nvout, int *pi_x, 
    665663                                   int *pi_y, unsigned int *pi_width, 
     
    701699} 
    702700 
    703 /* function called from ::DoRequest in order to show a nice VideoWidget 
    704     at the good size */ 
    705701void MainInterface::requestNotEmbeddedVideo( vout_thread_t *p_nvout ) 
    706702{