Skip to content
Snippets Groups Projects
Commit 7ddb78f0 authored by neil's avatar neil
Browse files

Unused variable

git-svn-id: http://svn.net-core.org/repos/t-engine4@795 51575b47-30f0-44d4-a5cc-537603b46e54
parent 05a40b8f
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,6 @@ static int map_object_new(lua_State *L)
static int map_object_free(lua_State *L)
{
map_object *obj = (map_object*)auxiliar_checkclass(L, "core{mapobj}", 1);
int i;
free(obj->textures);
free(obj->textures_is3d);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment