[vlc-devel] commit: Remove unused variable i_ret. (Jean-Paul Saman )

git version control git at videolan.org
Mon Oct 27 16:23:28 CET 2008


vlc | branch: 0.8.6-bugfix | Jean-Paul Saman <jpsaman at videolan.org> | Tue Oct 21 12:34:25 2008 +0200| [148c3a781d4854322570beff3c084e130ff4cce9] | committer: Jean-Paul Saman 

Remove unused variable i_ret.

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

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

diff --git a/src/libvlc.c b/src/libvlc.c
index 871e00c..f6883bf 100644
--- a/src/libvlc.c
+++ b/src/libvlc.c
@@ -1082,7 +1082,6 @@ int VLC_VariableSet( int i_object, char const *psz_var, vlc_value_t value )
 {
     vlc_t *p_vlc = vlc_current_object( i_object );
     module_config_t *p_item;
-    int i_ret;
 
     if( !p_vlc )
     {




More information about the vlc-devel mailing list