[vlc-devel] commit: Remove stupid test commited by error (pointed out by jb) ( Rémi Duraffort )
git version control
git at videolan.org
Wed Jul 23 08:24:47 CEST 2008
vlc | branch: master | Rémi Duraffort <ivoire at videolan.org> | Wed Jul 23 08:25:59 2008 +0200| [9146b77e2a2764aa1367f5acd69502dd6725203e]
Remove stupid test commited by error (pointed out by jb)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9146b77e2a2764aa1367f5acd69502dd6725203e
---
modules/gui/qt4/components/info_panels.cpp | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/info_panels.cpp b/modules/gui/qt4/components/info_panels.cpp
index f7d542f..107f4ca 100644
--- a/modules/gui/qt4/components/info_panels.cpp
+++ b/modules/gui/qt4/components/info_panels.cpp
@@ -186,7 +186,6 @@ void MetaPanel::update( input_item_t *p_item )
/* Name / Title */
psz_meta = input_item_GetTitle( p_item );
- psz_meta = input_item_GetTitle( p_item );
char *psz_name = input_item_GetName( p_item );
if( !EMPTY_STR( psz_meta ) )
title_text->setText( qfu( psz_meta ) );
More information about the vlc-devel
mailing list