Remove incorrect sanity-check from wl_map_insert_at
authorJason Ekstrand <jason@jlekstrand.net>
Wed, 5 Jun 2013 21:39:51 +0000 (16:39 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Wed, 5 Jun 2013 21:45:47 +0000 (17:45 -0400)
commit2d586a759eeb7890f76e091791acd86b669061df
tree6ffaef338ea22efabab3a7753911ce95fb0d41b7
parent8fd60c683a3da7299b0c891c73e26385ed895f16
Remove incorrect sanity-check from wl_map_insert_at

I got a little over-eager with my sanity checks and didn't realize that the
client uses wl_map_insert_at to mark objects as zombies when they come from
the server-side.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
src/wayland-util.c