[vlc-devel] commit: Remove Unneeded test (thx ipkiss)	(Jean-Baptiste Kempf )
    git version control 
    git at videolan.org
       
    Fri Aug  1 21:34:24 CEST 2008
    
    
  
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Fri Aug  1 12:36:35 2008 -0700| [8b524cb8b23f4acfb96c6a07b404c73615e5e6c2] | committer: Jean-Baptiste Kempf 
Remove Unneeded test (thx ipkiss)
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8b524cb8b23f4acfb96c6a07b404c73615e5e6c2
---
 modules/gui/qt4/components/preferences_widgets.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/preferences_widgets.cpp b/modules/gui/qt4/components/preferences_widgets.cpp
index 67f1cf8..adf0574 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 \
    
    
More information about the vlc-devel
mailing list