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

macosx: remove re-definition

parent 4032071f
...@@ -576,7 +576,6 @@ static VLCOpen *_o_sharedMainInstance = nil; ...@@ -576,7 +576,6 @@ static VLCOpen *_o_sharedMainInstance = nil;
- (void)openFilePathChanged:(NSNotification *)o_notification - (void)openFilePathChanged:(NSNotification *)o_notification
{ {
NSString *o_filename = [o_file_path stringValue]; NSString *o_filename = [o_file_path stringValue];
NSMutableString *o_mrl_string;
if (o_filename && [o_filename length] > 0) if (o_filename && [o_filename length] > 0)
{ {
......
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