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
35736da0
Commit
35736da0
authored
May 06, 2005
by
Jérome Decoodt
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
*: remove useless code
parent
060244a8
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
58 additions
and
233 deletions
+58
-233
modules/gui/macosx/prefs.m
modules/gui/macosx/prefs.m
+18
-153
modules/gui/macosx/prefs_widgets.h
modules/gui/macosx/prefs_widgets.h
+14
-27
modules/gui/macosx/prefs_widgets.m
modules/gui/macosx/prefs_widgets.m
+26
-53
No files found.
modules/gui/macosx/prefs.m
View file @
35736da0
This diff is collapsed.
Click to expand it.
modules/gui/macosx/prefs_widgets.h
View file @
35736da0
...
@@ -40,7 +40,7 @@
...
@@ -40,7 +40,7 @@
}
}
+
(
VLCConfigControl
*
)
newControl
:
(
module_config_t
*
)
_p_item
+
(
VLCConfigControl
*
)
newControl
:
(
module_config_t
*
)
_p_item
withView
:
(
NSView
*
)
o_parent_view
yOffset
:(
int
)
i_yPos
;
withView
:
(
NSView
*
)
o_parent_view
;
-
(
id
)
initWithFrame
:
(
NSRect
)
frame
item
:
(
module_config_t
*
)
p_item
;
-
(
id
)
initWithFrame
:
(
NSRect
)
frame
item
:
(
module_config_t
*
)
p_item
;
-
(
NSString
*
)
getName
;
-
(
NSString
*
)
getName
;
-
(
int
)
getType
;
-
(
int
)
getType
;
...
@@ -63,8 +63,7 @@ static NSMenu *o_keys_menu = nil;
...
@@ -63,8 +63,7 @@ static NSMenu *o_keys_menu = nil;
}
}
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
withView
:
(
NSView
*
)
o_parent_view
withView
:
(
NSView
*
)
o_parent_view
;
withVerticalOffset
:
(
int
)
i_yPos
;
@end
@end
...
@@ -74,8 +73,7 @@ static NSMenu *o_keys_menu = nil;
...
@@ -74,8 +73,7 @@ static NSMenu *o_keys_menu = nil;
}
}
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
withView
:
(
NSView
*
)
o_parent_view
withView
:
(
NSView
*
)
o_parent_view
;
withVerticalOffset
:
(
int
)
i_yPos
;
@end
@end
...
@@ -87,8 +85,7 @@ static NSMenu *o_keys_menu = nil;
...
@@ -87,8 +85,7 @@ static NSMenu *o_keys_menu = nil;
}
}
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
withView
:
(
NSView
*
)
o_parent_view
withView
:
(
NSView
*
)
o_parent_view
;
withVerticalOffset
:
(
int
)
i_yPos
;
-
(
IBAction
)
openFileDialog
:
(
id
)
sender
;
-
(
IBAction
)
openFileDialog
:
(
id
)
sender
;
-
(
void
)
pathChosenInPanel
:(
NSOpenPanel
*
)
o_sheet
withReturn
:(
int
)
i_return_code
contextInfo
:(
void
*
)
o_context_info
;
-
(
void
)
pathChosenInPanel
:(
NSOpenPanel
*
)
o_sheet
withReturn
:(
int
)
i_return_code
contextInfo
:(
void
*
)
o_context_info
;
...
@@ -101,8 +98,7 @@ static NSMenu *o_keys_menu = nil;
...
@@ -101,8 +98,7 @@ static NSMenu *o_keys_menu = nil;
}
}
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
withView
:
(
NSView
*
)
o_parent_view
withView
:
(
NSView
*
)
o_parent_view
;
withVerticalOffset
:
(
int
)
i_yPos
;
@end
@end
...
@@ -114,8 +110,7 @@ static NSMenu *o_keys_menu = nil;
...
@@ -114,8 +110,7 @@ static NSMenu *o_keys_menu = nil;
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
withView
:
(
NSView
*
)
o_parent_view
withView
:
(
NSView
*
)
o_parent_view
;
withVerticalOffset
:
(
int
)
i_yPos
;
-
(
IBAction
)
stepperChanged
:(
id
)
sender
;
-
(
IBAction
)
stepperChanged
:(
id
)
sender
;
-
(
void
)
textfieldChanged
:(
NSNotification
*
)
o_notification
;
-
(
void
)
textfieldChanged
:(
NSNotification
*
)
o_notification
;
...
@@ -127,8 +122,7 @@ static NSMenu *o_keys_menu = nil;
...
@@ -127,8 +122,7 @@ static NSMenu *o_keys_menu = nil;
}
}
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
withView
:
(
NSView
*
)
o_parent_view
withView
:
(
NSView
*
)
o_parent_view
;
withVerticalOffset
:
(
int
)
i_yPos
;
@end
@end
...
@@ -142,8 +136,7 @@ static NSMenu *o_keys_menu = nil;
...
@@ -142,8 +136,7 @@ static NSMenu *o_keys_menu = nil;
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
withView
:
(
NSView
*
)
o_parent_view
withView
:
(
NSView
*
)
o_parent_view
;
withVerticalOffset
:
(
int
)
i_yPos
;
-
(
IBAction
)
sliderChanged
:(
id
)
sender
;
-
(
IBAction
)
sliderChanged
:(
id
)
sender
;
-
(
void
)
textfieldChanged
:(
NSNotification
*
)
o_notification
;
-
(
void
)
textfieldChanged
:(
NSNotification
*
)
o_notification
;
...
@@ -155,8 +148,7 @@ static NSMenu *o_keys_menu = nil;
...
@@ -155,8 +148,7 @@ static NSMenu *o_keys_menu = nil;
}
}
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
withView
:
(
NSView
*
)
o_parent_view
withView
:
(
NSView
*
)
o_parent_view
;
withVerticalOffset
:
(
int
)
i_yPos
;
@end
@end
...
@@ -168,8 +160,7 @@ static NSMenu *o_keys_menu = nil;
...
@@ -168,8 +160,7 @@ static NSMenu *o_keys_menu = nil;
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
withView
:
(
NSView
*
)
o_parent_view
withView
:
(
NSView
*
)
o_parent_view
;
withVerticalOffset
:
(
int
)
i_yPos
;
-
(
IBAction
)
stepperChanged
:(
id
)
sender
;
-
(
IBAction
)
stepperChanged
:(
id
)
sender
;
-
(
void
)
textfieldChanged
:(
NSNotification
*
)
o_notification
;
-
(
void
)
textfieldChanged
:(
NSNotification
*
)
o_notification
;
...
@@ -185,8 +176,7 @@ static NSMenu *o_keys_menu = nil;
...
@@ -185,8 +176,7 @@ static NSMenu *o_keys_menu = nil;
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
withView
:
(
NSView
*
)
o_parent_view
withView
:
(
NSView
*
)
o_parent_view
;
withVerticalOffset
:
(
int
)
i_yPos
;
-
(
IBAction
)
sliderChanged
:(
id
)
sender
;
-
(
IBAction
)
sliderChanged
:(
id
)
sender
;
-
(
void
)
textfieldChanged
:(
NSNotification
*
)
o_notification
;
-
(
void
)
textfieldChanged
:(
NSNotification
*
)
o_notification
;
...
@@ -202,8 +192,7 @@ static NSMenu *o_keys_menu = nil;
...
@@ -202,8 +192,7 @@ static NSMenu *o_keys_menu = nil;
}
}
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
withView
:
(
NSView
*
)
o_parent_view
withView
:
(
NSView
*
)
o_parent_view
;
withVerticalOffset
:
(
int
)
i_yPos
;
@end
@end
...
@@ -213,8 +202,7 @@ static NSMenu *o_keys_menu = nil;
...
@@ -213,8 +202,7 @@ static NSMenu *o_keys_menu = nil;
}
}
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
withView
:
(
NSView
*
)
o_parent_view
withView
:
(
NSView
*
)
o_parent_view
;
withVerticalOffset
:
(
int
)
i_yPos
;
@end
@end
...
@@ -226,8 +214,7 @@ static NSMenu *o_keys_menu = nil;
...
@@ -226,8 +214,7 @@ static NSMenu *o_keys_menu = nil;
}
}
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
-
(
id
)
initWithItem
:
(
module_config_t
*
)
_p_item
withView
:
(
NSView
*
)
o_parent_view
withView
:
(
NSView
*
)
o_parent_view
;
withVerticalOffset
:
(
int
)
i_yPos
;
@end
@end
...
...
modules/gui/macosx/prefs_widgets.m
View file @
35736da0
This diff is collapsed.
Click to expand it.
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