]> git.sesse.net Git - vlc/commitdiff
Remove unused variables.
authorJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Jun 2008 22:39:11 +0000 (15:39 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 14 Jun 2008 22:39:11 +0000 (15:39 -0700)
modules/access/dvdnav.c

index 58de10d592d04f3d810a8637c5f7ac31c2c331f2..be204f7249b20a3a2f5b79855d3c550e595d58fe 100644 (file)
@@ -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 )
             {