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
b39d2937
Commit
b39d2937
authored
Oct 02, 2005
by
Felix Paul Kühne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* this was not to be committed
parent
bb63164e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
7 deletions
+0
-7
modules/gui/macosx/prefs.h
modules/gui/macosx/prefs.h
+0
-1
modules/gui/macosx/prefs.m
modules/gui/macosx/prefs.m
+0
-6
No files found.
modules/gui/macosx/prefs.h
View file @
b39d2937
...
...
@@ -60,7 +60,6 @@
IBOutlet
id
o_prefs_window
;
IBOutlet
id
o_title
;
IBOutlet
id
o_help
;
IBOutlet
id
o_tree
;
IBOutlet
id
o_prefs_view
;
IBOutlet
id
o_save_btn
;
...
...
modules/gui/macosx/prefs.m
View file @
b39d2937
...
...
@@ -106,11 +106,6 @@ static VLCPrefs *_o_sharedMainInstance = nil;
[
o_title
setStringValue
:
o_title_name
];
}
-
(
void
)
setHelp
:
(
NSString
*
)
o_help_name
{
[
o_help
setStringValue
:
o_help_name
];
}
-
(
void
)
showPrefs
{
/* load our nib (if not already loaded) */
...
...
@@ -513,7 +508,6 @@ static VLCTreeItem *o_root_item = nil;
NSView
*
o_view
;
[[
VLCPrefs
sharedInstance
]
setTitle
:
[
self
getTitle
]];
[[
VLCPrefs
sharedInstance
]
setHelp
:
[
self
getHelp
]];
/* NSLog( [self getHelp] ); */
s_vrc
=
[[
o_prefs_view
contentView
]
bounds
];
s_vrc
.
size
.
height
-=
4
;
o_view
=
[[
VLCFlippedView
alloc
]
initWithFrame
:
s_vrc
];
...
...
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