Commit 09e68cff authored by Pierre d'Herbemont's avatar Pierre d'Herbemont

misc/events.c: Remove unwanted code.

parent e1cebcfa
......@@ -171,9 +171,7 @@ void vlc_event_send( vlc_event_manager_t * p_em,
#ifdef DEBUG_EVENT
cached_listener->psz_debug_name = strdup(cached_listener->psz_debug_name);
#endif
printf("%p\n", cached_listener);
cached_listener++;
printf("%p\n", cached_listener-1);
FOREACH_END()
break;
......
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