[vlc-devel] commit: Remove unused variable ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat Jun 28 19:14:50 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sat Jun 28 20:15:01 2008 +0300| [b437d81275b647e67450cad8d5d8f616bf5dd5ef]

Remove unused variable

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

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

diff --git a/src/playlist/engine.c b/src/playlist/engine.c
index f22d760..4cad1f8 100644
--- a/src/playlist/engine.c
+++ b/src/playlist/engine.c
@@ -432,8 +432,6 @@ check_input:
 */
 void playlist_LastLoop( playlist_t *p_playlist )
 {
-    vlc_object_t *p_obj;
-
     /* If there is an input, kill it */
     while( 1 )
     {




More information about the vlc-devel mailing list