]> git.sesse.net Git - vlc/commitdiff
BDA: remove unneeded variable.
authorJean-Baptiste Kempf <jb@videolan.org>
Sun, 26 Apr 2009 10:44:37 +0000 (12:44 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sun, 26 Apr 2009 10:44:37 +0000 (12:44 +0200)
modules/access/bda/bda.c

index 2227a6c1e256ffe42f4055d10d03d1d6be55dcb1..c3c2ebd34fd101548f4f72ad6a5d7840c2dc2c94 100644 (file)
@@ -541,7 +541,7 @@ static void Close( vlc_object_t *p_this )
 static int Control( access_t *p_access, int i_query, va_list args )
 {
     bool   *pb_bool, b_bool;
-    int          *pi_int, i_int;
+    int          i_int;
     int64_t      *pi_64;
 
     switch( i_query )