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
a3d11630
Commit
a3d11630
authored
Jan 01, 2008
by
Pierre d'Herbemont
Browse files
extras/MacOSX: Dead code removal. Not working code removal.
parent
b92ad8fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
View file @
a3d11630
...
...
@@ -202,7 +202,6 @@ static void HandleMediaListViewItemDeleted( const libvlc_event_t * event, void *
ownHisMediaList
=
YES
;
}
//libvlc_media_list_lock(p_mlv->p_mlist);
cachedNode
=
[[
NSMutableArray
alloc
]
initWithCapacity
:
libvlc_media_list_view_count
(
p_mlv
,
NULL
)];
libvlc_media_list_t
*
p_mlist
;
p_mlist
=
libvlc_media_list_view_parent_media_list
(
p_mlv
,
NULL
);
...
...
@@ -222,7 +221,6 @@ static void HandleMediaListViewItemDeleted( const libvlc_event_t * event, void *
[
self
initInternalMediaListView
];
libvlc_media_list_unlock
(
p_mlist
);
libvlc_media_list_release
(
p_mlist
);
//libvlc_media_list_unlock(p_mlv->p_mlist);
}
return
self
;
}
...
...
extras/MacOSX/VLC_app/Sources/VLCController.m
View file @
a3d11630
...
...
@@ -112,7 +112,8 @@
-
(
void
)
addPlaylist
:(
id
)
sender
{
[[
arrayOfMasters
mutableArrayValueForKey
:
@"[0].childrenInMasterView"
]
addObject
:[
VLCMedia
mediaAsNodeWithName
:
@"Untitled Playlist"
]];
// TODO
NSLog
(
@"unimplemented!"
);
}
@end
...
...
Write
Preview
Supports
Markdown
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