]> git.sesse.net Git - vlc/commitdiff
Remove Unneeded test (thx ipkiss)
authorJean-Baptiste Kempf <jb@videolan.org>
Fri, 1 Aug 2008 19:36:35 +0000 (12:36 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Fri, 1 Aug 2008 19:36:35 +0000 (12:36 -0700)
modules/gui/qt4/components/preferences_widgets.cpp

index 67f1cf8b7b5369c28d146e1f8b05f668cd6e359b..adf0574bd6bb669dce81e44ba307eab44095aaad 100644 (file)
@@ -644,7 +644,7 @@ ModuleListConfigControl::~ModuleListConfigControl()
     {
         delete *it;
     }
-    if( groupBox ) delete groupBox;
+    delete groupBox;
 }
 
 #define CHECKBOX_LISTS \