Commit 8907852c authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

macosx: Remove a NSLog.

parent dee3bc7b
...@@ -513,7 +513,6 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable, ...@@ -513,7 +513,6 @@ int DeviceCallback( vlc_object_t *p_this, const char *psz_variable,
- (void)mouseDown:(NSEvent *)o_event - (void)mouseDown:(NSEvent *)o_event
{ {
vlc_value_t val; vlc_value_t val;
NSLog(@"Down");
if( p_vout ) if( p_vout )
{ {
if( ( [o_event type] == NSLeftMouseDown ) && if( ( [o_event type] == NSLeftMouseDown ) &&
......
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