]> git.sesse.net Git - vlc/blobdiff - src/video_output/vout_intf.c
Removed unused variable.
[vlc] / 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 )