Remove something that is never used.

SVN revision: 64969
This commit is contained in:
David Walter Seikel 2011-11-09 04:44:31 +00:00
parent 039b6db9dc
commit 93ff9b01fd
1 changed files with 0 additions and 2 deletions

View File

@ -2813,9 +2813,7 @@ static void
_elua_map_free(void *obj)
{
Edje_Lua_Map *elm = obj;
lua_State *L;
if (!elm->obj.ed) return;
L = elm->obj.ed->L;
evas_map_free(elm->map);
elm->map = NULL;
}