Commit 68bca364 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: remove no longer needed msg_dbg

also fixes #4734
parent 9fa24d68
...@@ -23,9 +23,6 @@ ...@@ -23,9 +23,6 @@
*****************************************************************************/ *****************************************************************************/
#import "eyetv.h" #import "eyetv.h"
/* for apple event interaction [carbon] */
//#import <Foundation/NSAppleScript>
/* for various VLC core related calls */
#import "intf.h" #import "intf.h"
@implementation VLCEyeTVController @implementation VLCEyeTVController
...@@ -57,9 +54,6 @@ static VLCEyeTVController *_o_sharedInstance = nil; ...@@ -57,9 +54,6 @@ static VLCEyeTVController *_o_sharedInstance = nil;
- (void)globalNotificationReceived: (NSNotification *)theNotification - (void)globalNotificationReceived: (NSNotification *)theNotification
{ {
msg_Dbg( VLCIntf, "notification received in VLC with name %s and object %s",
[[theNotification name] UTF8String], [[theNotification object] UTF8String] );
/* update our info on the used device */ /* update our info on the used device */
if( [[theNotification name] isEqualToString: @"DeviceAdded"] ) if( [[theNotification name] isEqualToString: @"DeviceAdded"] )
b_deviceConnected = YES; b_deviceConnected = YES;
......
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