[vlc-devel] commit: Remove unused variables. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Sun Jun 15 00:44:57 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jun 14 15:39:11 2008 -0700| [9d56c1846867dfa94f8e9318bdaaad0fd7f88bf6]
Remove unused variables.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9d56c1846867dfa94f8e9318bdaaad0fd7f88bf6
---
modules/access/dvdnav.c | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/modules/access/dvdnav.c b/modules/access/dvdnav.c
index 58de10d..be204f7 100644
--- a/modules/access/dvdnav.c
+++ b/modules/access/dvdnav.c
@@ -1243,9 +1243,6 @@ static int EventThread( vlc_object_t *p_this )
{
pci_t *pci = dvdnav_get_current_nav_pci( p_sys->dvdnav );
- vlc_value_t valk;
- int i;
-
vlc_mutex_lock( &p_ev->lock );
switch( p_ev->i_key_action )
{
More information about the vlc-devel
mailing list