]> git.sesse.net Git - vlc/commitdiff
embedded snapshot: remove useless comment
authorOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Mon, 26 Jan 2009 18:38:17 +0000 (19:38 +0100)
committerOlivier Aubert <olivier.aubert@liris.cnrs.fr>
Mon, 26 Jan 2009 18:38:17 +0000 (19:38 +0100)
src/control/mediacontrol_audio_video.c

index 17660340fef7b9155324b335b08d4aa45c259314..3e022637f8b849d5ec0fa6f9623a902ba9b312a3 100644 (file)
@@ -86,18 +86,6 @@ mediacontrol_snapshot( mediacontrol_Instance *self,
         RAISE_NULL( mediacontrol_InternalException, "No video output" );
     }
 
-    /* TODO:
-   vlc_mutex_lock (&lock);
-   mutex_cleanup_push (&lock); // release the mutex in case of cancellation
-
-   while (!foobar)
-       vlc_cond_wait (&wait, &lock);
-
-   --- foobar is now true, do something about it here --
-
-   vlc_cleanup_run (); // release the mutex
-    */
-
     snprintf( path, 255, "object:%p", p_snapshot );
     var_SetString( p_vout, "snapshot-path", path );
     var_SetString( p_vout, "snapshot-format", "png" );