From 8b524cb8b23f4acfb96c6a07b404c73615e5e6c2 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Fri, 1 Aug 2008 12:36:35 -0700 Subject: [PATCH] Remove Unneeded test (thx ipkiss) --- modules/gui/qt4/components/preferences_widgets.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp index 67f1cf8b7b..adf0574bd6 100644 --- a/modules/gui/qt4/components/preferences_widgets.cpp +++ b/modules/gui/qt4/components/preferences_widgets.cpp @@ -644,7 +644,7 @@ ModuleListConfigControl::~ModuleListConfigControl() { delete *it; } - if( groupBox ) delete groupBox; + delete groupBox; } #define CHECKBOX_LISTS \ -- 2.39.2