Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
68bca364
Commit
68bca364
authored
May 22, 2011
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: remove no longer needed msg_dbg
also fixes #4734
parent
9fa24d68
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
7 deletions
+1
-7
modules/gui/macosx/eyetv.m
modules/gui/macosx/eyetv.m
+1
-7
No files found.
modules/gui/macosx/eyetv.m
View file @
68bca364
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment