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
VideoLAN
VLC-iOS
Commits
91999b7e
Commit
91999b7e
authored
Apr 12, 2013
by
Felix Paul Kühne
Browse files
Remove unused property definitions
parent
dcfa0ee6
Changes
4
Hide whitespace changes
Inline
Side-by-side
AspenProject/VLCPlaylistViewController.h
View file @
91999b7e
...
...
@@ -22,10 +22,7 @@
@property
(
strong
,
nonatomic
)
VLCAboutViewController
*
aboutViewController
;
@property
(
nonatomic
,
retain
)
IBOutlet
UITableView
*
tableView
;
@property
(
nonatomic
,
retain
)
IBOutlet
UIBarButtonItem
*
ipadAboutButton
;
@property
(
nonatomic
,
retain
)
IBOutlet
AQGridView
*
gridView
;
@property
(
nonatomic
,
retain
)
IBOutlet
UIToolbar
*
ipadToolBar
;
-
(
void
)
updateViewContents
;
...
...
AspenProject/VLCPlaylistViewController.m
View file @
91999b7e
...
...
@@ -18,7 +18,7 @@
@end
@implementation
VLCPlaylistViewController
@synthesize
ipadAboutButton
=
_ipadAboutButton
,
gridView
=
_gridview
,
ipadToolBar
=
_ipadToolBar
;
@synthesize
gridView
=
_gridview
;
-
(
id
)
initWithNibName
:(
NSString
*
)
nibNameOrNil
bundle
:(
NSBundle
*
)
nibBundleOrNil
{
...
...
@@ -32,8 +32,6 @@
-
(
void
)
dealloc
{
[
_tableView
release
];
[
_ipadAboutButton
release
];
[
_ipadToolBar
release
];
[
_gridview
release
];
[
_aboutViewController
release
];
[
_movieViewController
release
];
...
...
Resources/VLCPlaylistViewController~ipad.xib
View file @
91999b7e
...
...
@@ -40,7 +40,6 @@
<string
key=
"NSFrameSize"
>
{768, 1004}
</string>
<reference
key=
"NSSuperview"
ref=
"647120888"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
/>
<string
key=
"NSReuseIdentifierKey"
>
_NS:9
</string>
<object
class=
"NSColor"
key=
"IBUIBackgroundColor"
>
<int
key=
"NSColorSpace"
>
3
</int>
...
...
@@ -52,7 +51,6 @@
<string
key=
"NSFrame"
>
{{0, 20}, {768, 1004}}
</string>
<reference
key=
"NSSuperview"
/>
<reference
key=
"NSWindow"
/>
<reference
key=
"NSNextKeyView"
/>
<object
class=
"NSColor"
key=
"IBUIBackgroundColor"
>
<int
key=
"NSColorSpace"
>
3
</int>
<bytes
key=
"NSWhite"
>
MQA
</bytes>
...
...
@@ -177,8 +175,6 @@
<string
key=
"superclassName"
>
UIViewController
</string>
<dictionary
class=
"NSMutableDictionary"
key=
"outlets"
>
<string
key=
"gridView"
>
AQGridView
</string>
<string
key=
"ipadAboutButton"
>
UIBarButtonItem
</string>
<string
key=
"ipadToolBar"
>
UIToolbar
</string>
<string
key=
"tableView"
>
UITableView
</string>
</dictionary>
<dictionary
class=
"NSMutableDictionary"
key=
"toOneOutletInfosByName"
>
...
...
@@ -186,14 +182,6 @@
<string
key=
"name"
>
gridView
</string>
<string
key=
"candidateClassName"
>
AQGridView
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"ipadAboutButton"
>
<string
key=
"name"
>
ipadAboutButton
</string>
<string
key=
"candidateClassName"
>
UIBarButtonItem
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"ipadToolBar"
>
<string
key=
"name"
>
ipadToolBar
</string>
<string
key=
"candidateClassName"
>
UIToolbar
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"tableView"
>
<string
key=
"name"
>
tableView
</string>
<string
key=
"candidateClassName"
>
UITableView
</string>
...
...
Resources/VLCPlaylistViewController~iphone.xib
View file @
91999b7e
...
...
@@ -173,8 +173,6 @@
<string
key=
"superclassName"
>
UIViewController
</string>
<dictionary
class=
"NSMutableDictionary"
key=
"outlets"
>
<string
key=
"gridView"
>
AQGridView
</string>
<string
key=
"ipadAboutButton"
>
UIBarButtonItem
</string>
<string
key=
"ipadToolBar"
>
UIToolbar
</string>
<string
key=
"tableView"
>
UITableView
</string>
</dictionary>
<dictionary
class=
"NSMutableDictionary"
key=
"toOneOutletInfosByName"
>
...
...
@@ -182,14 +180,6 @@
<string
key=
"name"
>
gridView
</string>
<string
key=
"candidateClassName"
>
AQGridView
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"ipadAboutButton"
>
<string
key=
"name"
>
ipadAboutButton
</string>
<string
key=
"candidateClassName"
>
UIBarButtonItem
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"ipadToolBar"
>
<string
key=
"name"
>
ipadToolBar
</string>
<string
key=
"candidateClassName"
>
UIToolbar
</string>
</object>
<object
class=
"IBToOneOutletInfo"
key=
"tableView"
>
<string
key=
"name"
>
tableView
</string>
<string
key=
"candidateClassName"
>
UITableView
</string>
...
...
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