Commit 21cefda1 authored by David Fuhrmann's avatar David Fuhrmann

macosx: playlist: delete old NSOutlineViewDataSource and helpers

This is superseeded by the new PLModel object. Also remove old
helper functions which are not used anymore.
parent ff0e7068
...@@ -62,8 +62,6 @@ ...@@ -62,8 +62,6 @@
{ {
IBOutlet VLCPlaylistView* o_outline_view; IBOutlet VLCPlaylistView* o_outline_view;
NSMutableDictionary *o_outline_dict;
IBOutlet id o_controller; IBOutlet id o_controller;
IBOutlet id o_playlist_wizard; IBOutlet id o_playlist_wizard;
...@@ -98,7 +96,6 @@ ...@@ -98,7 +96,6 @@
- (PLModel *)model; - (PLModel *)model;
- (playlist_item_t *)currentPlaylistRoot;
- (void)reloadStyles; - (void)reloadStyles;
- (NSMenu *)menuForEvent:(NSEvent *)o_event; - (NSMenu *)menuForEvent:(NSEvent *)o_event;
...@@ -124,7 +121,6 @@ ...@@ -124,7 +121,6 @@
- (IBAction)recursiveExpandNode:(id)sender; - (IBAction)recursiveExpandNode:(id)sender;
- (IBAction)showInfoPanel:(id)sender; - (IBAction)showInfoPanel:(id)sender;
- (id)playingItem;
- (NSArray *)draggedItems; - (NSArray *)draggedItems;
/** /**
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment