[MPlayer-dev-eng] [patch] remove unused variable
Stefan Huehner
stefan at huehner.org
Sun Jul 2 19:06:38 CEST 2006
Hi,
attached path removes the unused variable entry from playtrre.c
Regards,
Stefan
-------------- next part --------------
Index: playtree.c
===================================================================
--- playtree.c (revision 18884)
+++ playtree.c (working copy)
@@ -758,7 +758,6 @@
char*
play_tree_iter_get_file(play_tree_iter_t* iter, int d) {
- char* entry;
#ifdef MP_DEBUG
assert(iter != NULL);
assert(iter->tree->child == NULL);
More information about the MPlayer-dev-eng
mailing list