]> git.sesse.net Git - vlc/commitdiff
macosx: Remove redudant test. ([nil xxx] is a nop).
authorPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 14 Aug 2008 16:28:08 +0000 (18:28 +0200)
committerPierre d'Herbemont <pdherbemont@videolan.org>
Thu, 14 Aug 2008 16:42:50 +0000 (18:42 +0200)
modules/gui/macosx/simple_prefs.m

index c670b91a5f9d0bdaae73e091973cb0a2343199a6..7a388f393f241ec7477a334308c4ff49b15b75aa 100644 (file)
@@ -65,8 +65,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
     [o_hotkeyDescriptions release];
     [o_hotkeysNonUseableKeys release];
 
-    if( o_keyInTransition )
-        [o_keyInTransition release];
+    [o_keyInTransition release];
 
     [super dealloc];
 }