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
af197084
Commit
af197084
authored
Jan 23, 2012
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: remove outdated code
parent
fd8502ce
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
13 deletions
+0
-13
modules/gui/macosx/about.h
modules/gui/macosx/about.h
+0
-1
modules/gui/macosx/about.m
modules/gui/macosx/about.m
+0
-12
No files found.
modules/gui/macosx/about.h
View file @
af197084
...
...
@@ -60,7 +60,6 @@
+
(
VLAboutBox
*
)
sharedInstance
;
-
(
void
)
showAbout
;
-
(
void
)
VLCWillTerminate
;
-
(
void
)
showHelp
;
-
(
IBAction
)
showGPL
:(
id
)
sender
;
-
(
IBAction
)
helpGoHome
:(
id
)
sender
;
...
...
modules/gui/macosx/about.m
View file @
af197084
...
...
@@ -82,12 +82,6 @@ static VLAboutBox *_o_sharedInstance = nil;
{
if
(
!
b_isSetUp
)
{
/* we want to know when VLC wants to quit to prevent a crash while scrolling our credits */
[[
NSNotificationCenter
defaultCenter
]
addObserver
:
self
selector:
@selector
(
VLCWillTerminate
)
name:
NSApplicationWillTerminateNotification
object:
nil
];
/* Get the localized info dictionary (InfoPlist.strings) */
NSDictionary
*
o_local_dict
;
o_local_dict
=
[[
NSBundle
mainBundle
]
localizedInfoDictionary
];
...
...
@@ -194,12 +188,6 @@ static VLAboutBox *_o_sharedInstance = nil;
}
}
-
(
void
)
VLCWillTerminate
{
[
o_scroll_timer
invalidate
];
[[
NSNotificationCenter
defaultCenter
]
removeObserver
:
self
];
}
/*****************************************************************************
* VLC GPL Window, action called from the about window and the help menu
*****************************************************************************/
...
...
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