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
064b40c2
Commit
064b40c2
authored
Apr 28, 2014
by
David Fuhrmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: remove dead code from extension manager
parent
344a5960
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
11 deletions
+0
-11
modules/gui/macosx/ExtensionsManager.h
modules/gui/macosx/ExtensionsManager.h
+0
-1
modules/gui/macosx/ExtensionsManager.m
modules/gui/macosx/ExtensionsManager.m
+0
-10
No files found.
modules/gui/macosx/ExtensionsManager.h
View file @
064b40c2
...
@@ -56,7 +56,6 @@
...
@@ -56,7 +56,6 @@
-
(
id
)
initWithIntf
:(
intf_thread_t
*
)
_p_intf
;
-
(
id
)
initWithIntf
:(
intf_thread_t
*
)
_p_intf
;
-
(
void
)
buildMenu
:(
NSMenu
*
)
extMenu
;
-
(
void
)
buildMenu
:(
NSMenu
*
)
extMenu
;
-
(
extensions_manager_t
*
)
getManager
;
-
(
BOOL
)
loadExtensions
;
-
(
BOOL
)
loadExtensions
;
-
(
void
)
unloadExtensions
;
-
(
void
)
unloadExtensions
;
...
...
modules/gui/macosx/ExtensionsManager.m
View file @
064b40c2
...
@@ -64,16 +64,6 @@ static ExtensionsManager* instance = nil;
...
@@ -64,16 +64,6 @@ static ExtensionsManager* instance = nil;
return
self
;
return
self
;
}
}
/** Get the extensions_manager_t if it is loaded and hold the object */
-
(
extensions_manager_t
*
)
getManager
{
if
(
!
p_extensions_manager
)
return
NULL
;
vlc_object_hold
(
p_extensions_manager
);
return
p_extensions_manager
;
}
-
(
void
)
buildMenu
:(
NSMenu
*
)
extMenu
-
(
void
)
buildMenu
:(
NSMenu
*
)
extMenu
{
{
assert
(
extMenu
!=
nil
);
assert
(
extMenu
!=
nil
);
...
...
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