Changeset 393786141935fc36126cf6d0ebf50483c911564a
- Timestamp:
- 22/08/07 22:06:20
(1 year ago)
- Author:
- Pierre d'Herbemont <pdherbemont@videolan.org>
- git-committer:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1187813180 +0000
- git-parent:
[90cabfdacea876b58e5340d39a3302bfb0044cae]
- git-author:
- Pierre d'Herbemont <pdherbemont@videolan.org> 1187813180 +0000
- Message:
control/media_list.c: Remove unused variable due to previous commit.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r90cabfd |
r3937861 |
|
| 107 | 107 | media_descriptor_subitem_added( const libvlc_event_t * p_event, void * user_data ) |
|---|
| 108 | 108 | { |
|---|
| 109 | | libvlc_media_list_t * p_mlist = user_data; |
|---|
| 110 | | libvlc_media_descriptor_t * p_new_md; |
|---|
| 111 | | libvlc_media_descriptor_t * p_parent_md = p_event->p_obj; |
|---|
| 112 | | int count; |
|---|
| 113 | | char * psz_parent_tag = NULL; |
|---|
| 114 | | char * psz_parent_name, *psz_tag; |
|---|
| 115 | | |
|---|
| 116 | | p_new_md = p_event->u.media_descriptor_subitem_added.new_child; |
|---|
| 117 | | |
|---|
| 118 | 109 | /* Todo: Just forward that event to our event_manager */ |
|---|
| 119 | 110 | } |
|---|