[vlc-devel] commit: macosx: Remove a NSLog. (Pierre d'Herbemont )
git version control
git at videolan.org
Wed Jul 16 23:00:22 CEST 2008
vlc | branch: master | Pierre d'Herbemont <pdherbemont at videolan.org> | Wed Jul 16 23:02:45 2008 +0200| [8907852c4f4354ac3d7a672521915c78749f7d84]
macosx: Remove a NSLog.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8907852c4f4354ac3d7a672521915c78749f7d84
---
modules/gui/macosx/vout.m | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/modules/gui/macosx/vout.m b/modules/gui/macosx/vout.m
index 89d369f..9971296 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 ) &&
More information about the vlc-devel
mailing list