Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
3c745c8b
Commit
3c745c8b
authored
Jul 22, 2015
by
Felix Paul Kühne
Browse files
macosx: cosmetics
parent
2903e5dd
Changes
4
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/intf-prefs.h
View file @
3c745c8b
...
...
@@ -25,7 +25,7 @@
@interface
VLCMain
(
OldPrefs
)
-
(
void
)
private_
resetAndReinitializeUserDefaults
;
-
(
void
)
resetAndReinitializeUserDefaults
;
-
(
void
)
removeOldPreferences
;
@end
modules/gui/macosx/intf-prefs.m
View file @
3c745c8b
...
...
@@ -39,7 +39,7 @@ static const int kCurrentPreferencesVersion = 3;
[[
NSUserDefaults
standardUserDefaults
]
registerDefaults
:
appDefaults
];
}
-
(
void
)
private_
resetAndReinitializeUserDefaults
-
(
void
)
resetAndReinitializeUserDefaults
{
// note that [NSUserDefaults resetStandardUserDefaults] will NOT correctly reset to the defaults
...
...
modules/gui/macosx/intf.h
View file @
3c745c8b
...
...
@@ -91,7 +91,6 @@ static NSString * VLCInputChangedNotification = @"VLCInputChangedNotification";
-
(
void
)
setActiveVideoPlayback
:(
BOOL
)
b_value
;
-
(
BOOL
)
activeVideoPlayback
;
-
(
void
)
applicationWillTerminate
:(
NSNotification
*
)
notification
;
-
(
void
)
resetAndReinitializeUserDefaults
;
-
(
void
)
showFullscreenController
;
...
...
modules/gui/macosx/intf.m
View file @
3c745c8b
...
...
@@ -592,11 +592,6 @@ static int ShowController(vlc_object_t *p_this, const char *psz_variable,
return
b_active_videoplayback
;
}
-
(
void
)
resetAndReinitializeUserDefaults
{
[
self
private_resetAndReinitializeUserDefaults
];
}
@end
/*****************************************************************************
...
...
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