]> git.sesse.net Git - vlc/blobdiff - src/video_output/video_ggi.c
Toujours du nettoyage.
[vlc] / src / video_output / video_ggi.c
index b5e51b5ad51ffb8a2f2469208ed8db00d930c58f..c549ecb056253aeb1a3f4e2ffc0e6648becdda7d 100644 (file)
@@ -122,15 +122,11 @@ void vout_SysDestroy( vout_thread_t *p_vout )
  * vout_SysManage: handle Sys events
  *******************************************************************************
  * This function should be called regularly by video output thread. It returns 
- * a negative value if something happened which does not allow the thread to 
- * continue, and a positive one if the thread can go on, but the images have 
- * been modified and therefore it is useless to display them.
+ * a non null value if an error occured.
  *******************************************************************************/
 int vout_SysManage( vout_thread_t *p_vout )
 {
-    //??
-
-    return( 0 );
+    return( 0 );    
 }
 
 /*******************************************************************************