From 8907852c4f4354ac3d7a672521915c78749f7d84 Mon Sep 17 00:00:00 2001 From: Pierre d'Herbemont Date: Wed, 16 Jul 2008 23:02:45 +0200 Subject: [PATCH] macosx: Remove a NSLog. --- modules/gui/macosx/vout.m | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/gui/macosx/vout.m b/modules/gui/macosx/vout.m index 89d369f7b9..99712961a7 100644 --- a/modules/gui/macosx/vout.m +++ b/modules/gui/macosx/vout.m @@ -513,7 +513,6 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable, - (void)mouseDown:(NSEvent *)o_event { vlc_value_t val; -NSLog(@"Down"); if( p_vout ) { if( ( [o_event type] == NSLeftMouseDown ) && -- 2.39.2