Drop warning when we receive an event for zombie objects

Business as usual, but the message is confusing.
This commit is contained in:
Kristian Høgsberg 2012-02-09 08:28:21 -05:00
parent fa525622e3
commit 0bcb30a9a0

View File

@ -465,7 +465,6 @@ handle_event(struct wl_display *display,
proxy = wl_map_lookup(&display->objects, id);
if (proxy == WL_ZOMBIE_OBJECT) {
fprintf(stderr, "Message to zombie object\n");
wl_connection_consume(display->connection, size);
return;
} else if (proxy == NULL || proxy->object.implementation == NULL) {