]> git.sesse.net Git - vlc/commitdiff
Removed unused variable.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 10 May 2010 19:53:52 +0000 (21:53 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 10 May 2010 19:53:52 +0000 (21:53 +0200)
src/video_output/vout_intf.c

index c0fca4ed713a85e82a23d98608751c22032a1fae..7c2c8c5bd9ceeb7c0621af42c39f50b7af88c3b4 100644 (file)
@@ -236,9 +236,6 @@ void vout_IntfInit( vout_thread_t *p_vout )
         var_Change( p_vout, "crop", VLC_VAR_ADDCHOICE, &val, &text );
     }
 
-    /* update triggered every time the vout's crop parameters are changed */
-    var_Create( p_vout, "crop-update", VLC_VAR_VOID );
-
     /* Add custom crop ratios */
     psz_buf = var_CreateGetNonEmptyString( p_vout, "custom-crop-ratios" );
     if( psz_buf )