[vlc-commits] macosx: remove re-definition

Felix Paul Kühne git at videolan.org
Mon Apr 25 13:41:57 CEST 2011


vlc/vlc-1.1 | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Mon Apr 25 13:41:52 2011 +0200| [85976355eb3f12fd0bcd92e894d71d0ae818ee6d] | committer: Felix Paul Kühne

macosx: remove re-definition

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=85976355eb3f12fd0bcd92e894d71d0ae818ee6d
---

 modules/gui/macosx/open.m |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/modules/gui/macosx/open.m b/modules/gui/macosx/open.m
index 374d792..ed810c0 100644
--- a/modules/gui/macosx/open.m
+++ b/modules/gui/macosx/open.m
@@ -576,7 +576,6 @@ static VLCOpen *_o_sharedMainInstance = nil;
 - (void)openFilePathChanged:(NSNotification *)o_notification
 {
     NSString *o_filename = [o_file_path stringValue];
-    NSMutableString *o_mrl_string;
 
     if (o_filename && [o_filename length] > 0)
     {



More information about the vlc-commits mailing list