[vlc-devel] commit: BDA: remove unneeded variable. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Apr 26 12:45:05 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Apr 26 12:44:37 2009 +0200| [cbe5b58ec76784c05d0a0a2442c3d5629c1d9fd1] | committer: Jean-Baptiste Kempf
BDA: remove unneeded variable.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cbe5b58ec76784c05d0a0a2442c3d5629c1d9fd1
---
modules/access/bda/bda.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/access/bda/bda.c b/modules/access/bda/bda.c
index 2227a6c..c3c2ebd 100644
--- a/modules/access/bda/bda.c
+++ b/modules/access/bda/bda.c
@@ -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 )
More information about the vlc-devel
mailing list