vlc | branch: master | Marvin Scholz <[email protected]> | Wed Aug 9 14:37:43 2017 +0200| [a7d6959126bb0d45f381fd35ad6bfb8575d5b444] | committer: Marvin Scholz
macosx: Remove unused variable > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a7d6959126bb0d45f381fd35ad6bfb8575d5b444 --- modules/gui/macosx/VLCLogWindowController.m | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gui/macosx/VLCLogWindowController.m b/modules/gui/macosx/VLCLogWindowController.m index e12660c3ab..fcd7e6bae9 100644 --- a/modules/gui/macosx/VLCLogWindowController.m +++ b/modules/gui/macosx/VLCLogWindowController.m @@ -54,7 +54,6 @@ static void MsgCallback(void *data, int type, const vlc_log_t *item, const char *format, va_list ap) { @autoreleasepool { - int state; char *msg; VLCLogWindowController *controller = (__bridge VLCLogWindowController*)data; static NSString *types[4] = { @"info", @"error", @"warning", @"debug" }; _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
