Commit bc169be4 authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Remove redudant test. ([nil xxx] is a nop).

parent 016215bd
...@@ -65,8 +65,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil; ...@@ -65,8 +65,7 @@ static VLCSimplePrefs *_o_sharedInstance = nil;
[o_hotkeyDescriptions release]; [o_hotkeyDescriptions release];
[o_hotkeysNonUseableKeys release]; [o_hotkeysNonUseableKeys release];
if( o_keyInTransition ) [o_keyInTransition release];
[o_keyInTransition release];
[super dealloc]; [super dealloc];
} }
......
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