From 946c16caceec1f4407a394a475a04dc489211064 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 15 Jan 2010 08:27:44 +0100 Subject: [PATCH] Qt: remove unneeded hack --- modules/gui/qt4/components/preferences_widgets.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp index e1ff9971fd..6b626b1b6d 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( p_control )->groupBox == NULL ) - return NULL; break; case CONFIG_ITEM_STRING: if( !p_item->i_list ) -- 2.11.4.GIT