From ad190d0511fa6e3f919baebc6e9cc61a824883ed Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sat, 3 May 2014 23:46:24 +1000 Subject: Small clean ups I forgot from the last commit. --- src/extantz/ephysics_demo.c | 2 -- src/extantz/woMan.c | 1 - 2 files changed, 3 deletions(-) (limited to 'src/extantz') diff --git a/src/extantz/ephysics_demo.c b/src/extantz/ephysics_demo.c index a47ca17..f5036b9 100644 --- a/src/extantz/ephysics_demo.c +++ b/src/extantz/ephysics_demo.c @@ -7,8 +7,6 @@ EPhysics_World *ephysicsAdd(globals *ourGlobals) { -// GLData *gld = &ourGlobals->gld; - EPhysics_Body *boundary; EPhysics_World *world; EPhysics_Body *box_body1, *box_body2; diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c index 2a1cfc8..2e5e741 100644 --- a/src/extantz/woMan.c +++ b/src/extantz/woMan.c @@ -214,7 +214,6 @@ void woMan_add(globals *ourGlobals) thisGrid->loginURI = gridTest[i][1]; thisGrid->splashPage = gridTest[i][2]; thisGrid->icon = "folder"; -// thisGrid->gld = gld; thisGrid->item = elm_genlist_item_append(gridList, grid_gic, thisGrid, NULL, ELM_GENLIST_ITEM_TREE, _grid_sel_cb, thisGrid); eina_hash_add(grids, thisGrid->name, thisGrid); } -- cgit v1.1