Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc
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
Commits
3c745c8b
Commit
3c745c8b
authored
Jul 22, 2015
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
macosx: cosmetics
parent
2903e5dd
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
8 deletions
+2
-8
modules/gui/macosx/intf-prefs.h
modules/gui/macosx/intf-prefs.h
+1
-1
modules/gui/macosx/intf-prefs.m
modules/gui/macosx/intf-prefs.m
+1
-1
modules/gui/macosx/intf.h
modules/gui/macosx/intf.h
+0
-1
modules/gui/macosx/intf.m
modules/gui/macosx/intf.m
+0
-5
No files found.
modules/gui/macosx/intf-prefs.h
View file @
3c745c8b
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
@interface
VLCMain
(
OldPrefs
)
@interface
VLCMain
(
OldPrefs
)
-
(
void
)
private_
resetAndReinitializeUserDefaults
;
-
(
void
)
resetAndReinitializeUserDefaults
;
-
(
void
)
removeOldPreferences
;
-
(
void
)
removeOldPreferences
;
@end
@end
modules/gui/macosx/intf-prefs.m
View file @
3c745c8b
...
@@ -39,7 +39,7 @@ static const int kCurrentPreferencesVersion = 3;
...
@@ -39,7 +39,7 @@ static const int kCurrentPreferencesVersion = 3;
[[
NSUserDefaults
standardUserDefaults
]
registerDefaults
:
appDefaults
];
[[
NSUserDefaults
standardUserDefaults
]
registerDefaults
:
appDefaults
];
}
}
-
(
void
)
private_
resetAndReinitializeUserDefaults
-
(
void
)
resetAndReinitializeUserDefaults
{
{
// note that [NSUserDefaults resetStandardUserDefaults] will NOT correctly reset to the defaults
// 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";
...
@@ -91,7 +91,6 @@ static NSString * VLCInputChangedNotification = @"VLCInputChangedNotification";
-
(
void
)
setActiveVideoPlayback
:(
BOOL
)
b_value
;
-
(
void
)
setActiveVideoPlayback
:(
BOOL
)
b_value
;
-
(
BOOL
)
activeVideoPlayback
;
-
(
BOOL
)
activeVideoPlayback
;
-
(
void
)
applicationWillTerminate
:(
NSNotification
*
)
notification
;
-
(
void
)
applicationWillTerminate
:(
NSNotification
*
)
notification
;
-
(
void
)
resetAndReinitializeUserDefaults
;
-
(
void
)
showFullscreenController
;
-
(
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,
...
@@ -592,11 +592,6 @@ static int ShowController(vlc_object_t *p_this, const char *psz_variable,
return
b_active_videoplayback
;
return
b_active_videoplayback
;
}
}
-
(
void
)
resetAndReinitializeUserDefaults
{
[
self
private_resetAndReinitializeUserDefaults
];
}
@end
@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