Commit 946c16ca authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: remove unneeded hack

parent 2a96d012
......@@ -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 )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment