Changeset 5dad9b0b7d1dd5626fe6e6130f79eaf26e7ce9d4
- Timestamp:
- 14/06/08 17:56:42
(4 months ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1213459002 +0200
- git-parent:
[2c503642b62b88f4735c27b129fe8d38c047e02c]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1213459002 +0200
- Message:
demux/playlist: Remove ununsed functions.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| ra0e351f |
r5dad9b0 |
|
| 26 | 26 | char *ProcessMRL( char *, char * ); |
|---|
| 27 | 27 | char *FindPrefix( demux_t * ); |
|---|
| 28 | | |
|---|
| 29 | | bool FindItem( demux_t *, playlist_t *, playlist_item_t **); |
|---|
| 30 | | |
|---|
| 31 | | void AddToPlaylist( demux_t *, playlist_t*,input_item_t*,playlist_item_t*,int ); |
|---|
| 32 | 28 | |
|---|
| 33 | 29 | int Import_Old ( vlc_object_t * ); |
|---|