Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
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-1.1
Commits
a3d11630
Commit
a3d11630
authored
Jan 01, 2008
by
Pierre d'Herbemont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
extras/MacOSX: Dead code removal. Not working code removal.
parent
b92ad8fc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
+0
-2
extras/MacOSX/VLC_app/Sources/VLCController.m
extras/MacOSX/VLC_app/Sources/VLCController.m
+2
-1
No files found.
extras/MacOSX/Framework/Sources/VLCMediaListAspect.m
View file @
a3d11630
...
@@ -202,7 +202,6 @@ static void HandleMediaListViewItemDeleted( const libvlc_event_t * event, void *
...
@@ -202,7 +202,6 @@ static void HandleMediaListViewItemDeleted( const libvlc_event_t * event, void *
ownHisMediaList
=
YES
;
ownHisMediaList
=
YES
;
}
}
//libvlc_media_list_lock(p_mlv->p_mlist);
cachedNode
=
[[
NSMutableArray
alloc
]
initWithCapacity
:
libvlc_media_list_view_count
(
p_mlv
,
NULL
)];
cachedNode
=
[[
NSMutableArray
alloc
]
initWithCapacity
:
libvlc_media_list_view_count
(
p_mlv
,
NULL
)];
libvlc_media_list_t
*
p_mlist
;
libvlc_media_list_t
*
p_mlist
;
p_mlist
=
libvlc_media_list_view_parent_media_list
(
p_mlv
,
NULL
);
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 *
...
@@ -222,7 +221,6 @@ static void HandleMediaListViewItemDeleted( const libvlc_event_t * event, void *
[
self
initInternalMediaListView
];
[
self
initInternalMediaListView
];
libvlc_media_list_unlock
(
p_mlist
);
libvlc_media_list_unlock
(
p_mlist
);
libvlc_media_list_release
(
p_mlist
);
libvlc_media_list_release
(
p_mlist
);
//libvlc_media_list_unlock(p_mlv->p_mlist);
}
}
return
self
;
return
self
;
}
}
...
...
extras/MacOSX/VLC_app/Sources/VLCController.m
View file @
a3d11630
...
@@ -112,7 +112,8 @@
...
@@ -112,7 +112,8 @@
-
(
void
)
addPlaylist
:(
id
)
sender
-
(
void
)
addPlaylist
:(
id
)
sender
{
{
[[
arrayOfMasters
mutableArrayValueForKey
:
@"[0].childrenInMasterView"
]
addObject
:[
VLCMedia
mediaAsNodeWithName
:
@"Untitled Playlist"
]];
// TODO
NSLog
(
@"unimplemented!"
);
}
}
@end
@end
...
...
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