[vlc-devel] commit: Qt: remove unneeded hack (Jean-Baptiste Kempf )

git version control git at videolan.org
Fri Jan 15 08:27:54 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Jan 15 08:27:44 2010 +0100| [946c16caceec1f4407a394a475a04dc489211064] | committer: Jean-Baptiste Kempf 

Qt: remove unneeded hack

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

 modules/gui/qt4/components/preferences_widgets.cpp |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp
index e1ff997..6b626b1 100644
--- a/modules/gui/qt4/components/preferences_widgets.cpp
+++ b/modules/gui/qt4/components/preferences_widgets.cpp
@@ -99,9 +99,6 @@ ConfigControl *ConfigControl::createControl( vlc_object_t *p_this,
     case CONFIG_ITEM_MODULE_LIST_CAT:
         p_control = new ModuleListConfigControl( p_this, p_item, parent, true,
                                              l, line );
-        /* Special Hack for a bug in video-filter */
-        if( qobject_cast<ModuleListConfigControl *>( p_control )->groupBox == NULL )
-            return NULL;
         break;
     case CONFIG_ITEM_STRING:
         if( !p_item->i_list )




More information about the vlc-devel mailing list