[vlc-commits] Qt: remove unused variable in pl_model

Jean-Baptiste Kempf git at videolan.org
Sat May 14 13:06:50 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat May 14 13:01:01 2011 +0200| [4fd10f5e1a5fccee1d10f50c4927f6b5a4bfb4c0] | committer: Jean-Baptiste Kempf

Qt: remove unused variable in pl_model

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

 .../gui/qt4/components/playlist/playlist_model.cpp |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/gui/qt4/components/playlist/playlist_model.cpp b/modules/gui/qt4/components/playlist/playlist_model.cpp
index 51ded19..8bb7bb9 100644
--- a/modules/gui/qt4/components/playlist/playlist_model.cpp
+++ b/modules/gui/qt4/components/playlist/playlist_model.cpp
@@ -650,8 +650,6 @@ void PLModel::processItemAppend( int i_item, int i_parent )
 
 void PLModel::rebuild( playlist_item_t *p_root )
 {
-    playlist_item_t* p_item;
-
     /* Invalidate cache */
     i_cached_id = i_cached_input_id = -1;
 



More information about the vlc-commits mailing list