]> git.sesse.net Git - vlc/commitdiff
Qt: remove unneeded hack
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 15 Jan 2010 07:27:44 +0000 (08:27 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 15 Jan 2010 07:27:44 +0000 (08:27 +0100)
modules/gui/qt4/components/preferences_widgets.cpp

index e1ff9971fdcb31644a08b42eb061d64c6132285c..6b626b1b6d2ad63e7ad5be52c26096b03ffaa3da 100644 (file)
@@ -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 )