Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-2-2
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-2-2
Commits
4d69a4c5
Commit
4d69a4c5
authored
Apr 02, 2014
by
David Fuhrmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: simplifications
parent
9eb1e87c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
19 deletions
+5
-19
modules/gui/macosx/intf.m
modules/gui/macosx/intf.m
+5
-19
No files found.
modules/gui/macosx/intf.m
View file @
4d69a4c5
...
@@ -1575,10 +1575,7 @@ static VLCMain *_o_sharedMainInstance = nil;
...
@@ -1575,10 +1575,7 @@ static VLCMain *_o_sharedMainInstance = nil;
-
(
id
)
controls
-
(
id
)
controls
{
{
if
(
o_controls
)
return
o_controls
;
return
o_controls
;
return
nil
;
}
}
-
(
id
)
bookmarks
-
(
id
)
bookmarks
...
@@ -1594,9 +1591,6 @@ static VLCMain *_o_sharedMainInstance = nil;
...
@@ -1594,9 +1591,6 @@ static VLCMain *_o_sharedMainInstance = nil;
-
(
id
)
open
-
(
id
)
open
{
{
if
(
!
o_open
)
return
nil
;
if
(
!
nib_open_loaded
)
if
(
!
nib_open_loaded
)
nib_open_loaded
=
[
NSBundle
loadNibNamed
:
@"Open"
owner
:
NSApp
];
nib_open_loaded
=
[
NSBundle
loadNibNamed
:
@"Open"
owner
:
NSApp
];
...
@@ -1627,10 +1621,7 @@ static VLCMain *_o_sharedMainInstance = nil;
...
@@ -1627,10 +1621,7 @@ static VLCMain *_o_sharedMainInstance = nil;
-
(
id
)
playlist
-
(
id
)
playlist
{
{
if
(
o_playlist
)
return
o_playlist
;
return
o_playlist
;
return
nil
;
}
}
-
(
id
)
info
-
(
id
)
info
...
@@ -1638,10 +1629,7 @@ static VLCMain *_o_sharedMainInstance = nil;
...
@@ -1638,10 +1629,7 @@ static VLCMain *_o_sharedMainInstance = nil;
if
(
!
nib_info_loaded
)
if
(
!
nib_info_loaded
)
nib_info_loaded
=
[
NSBundle
loadNibNamed
:
@"MediaInfo"
owner
:
NSApp
];
nib_info_loaded
=
[
NSBundle
loadNibNamed
:
@"MediaInfo"
owner
:
NSApp
];
if
(
o_info
)
return
o_info
;
return
o_info
;
return
nil
;
}
}
-
(
id
)
wizard
-
(
id
)
wizard
...
@@ -1653,6 +1641,7 @@ static VLCMain *_o_sharedMainInstance = nil;
...
@@ -1653,6 +1641,7 @@ static VLCMain *_o_sharedMainInstance = nil;
nib_wizard_loaded
=
[
NSBundle
loadNibNamed
:
@"Wizard"
owner
:
NSApp
];
nib_wizard_loaded
=
[
NSBundle
loadNibNamed
:
@"Wizard"
owner
:
NSApp
];
[
o_wizard
initStrings
];
[
o_wizard
initStrings
];
}
}
return
o_wizard
;
return
o_wizard
;
}
}
...
@@ -1667,10 +1656,7 @@ static VLCMain *_o_sharedMainInstance = nil;
...
@@ -1667,10 +1656,7 @@ static VLCMain *_o_sharedMainInstance = nil;
-
(
id
)
eyeTVController
-
(
id
)
eyeTVController
{
{
if
(
o_eyetv
)
return
o_eyetv
;
return
o_eyetv
;
return
nil
;
}
}
-
(
id
)
appleRemoteController
-
(
id
)
appleRemoteController
...
...
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