[vlc-commits] commit: Removed unused variable. (Laurent Aimar )

git at videolan.org git at videolan.org
Mon May 10 21:57:22 CEST 2010


vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon May 10 21:53:52 2010 +0200| [a932bff47430b4b5938e224159f8fad8c7d99268] | committer: Laurent Aimar 

Removed unused variable.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a932bff47430b4b5938e224159f8fad8c7d99268
---

 src/video_output/vout_intf.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/src/video_output/vout_intf.c b/src/video_output/vout_intf.c
index c0fca4e..7c2c8c5 100644
--- a/src/video_output/vout_intf.c
+++ b/src/video_output/vout_intf.c
@@ -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 )



More information about the vlc-commits mailing list