Commit b73404aa authored by Felix Paul Kühne's avatar Felix Paul Kühne

* VLCPrefs's delloc method got accidentally removed while splitting the nibs. Re-added it again.

parent 41e7f0ab
......@@ -56,6 +56,13 @@ static VLCPrefs *_o_sharedMainInstance = nil;
return _o_sharedMainInstance;
}
- (void)dealloc
{
[o_empty_view release];
[o_save_prefs release];
[super dealloc];
}
- (void)showPrefs
{
/* load our nib */
......
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