diff options
Diffstat (limited to '')
-rw-r--r-- | src/extantz/ephysics_demo.c | 2 | ||||
-rw-r--r-- | src/extantz/woMan.c | 1 |
2 files changed, 0 insertions, 3 deletions
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 @@ | |||
7 | 7 | ||
8 | EPhysics_World *ephysicsAdd(globals *ourGlobals) | 8 | EPhysics_World *ephysicsAdd(globals *ourGlobals) |
9 | { | 9 | { |
10 | // GLData *gld = &ourGlobals->gld; | ||
11 | |||
12 | EPhysics_Body *boundary; | 10 | EPhysics_Body *boundary; |
13 | EPhysics_World *world; | 11 | EPhysics_World *world; |
14 | EPhysics_Body *box_body1, *box_body2; | 12 | 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) | |||
214 | thisGrid->loginURI = gridTest[i][1]; | 214 | thisGrid->loginURI = gridTest[i][1]; |
215 | thisGrid->splashPage = gridTest[i][2]; | 215 | thisGrid->splashPage = gridTest[i][2]; |
216 | thisGrid->icon = "folder"; | 216 | thisGrid->icon = "folder"; |
217 | // thisGrid->gld = gld; | ||
218 | thisGrid->item = elm_genlist_item_append(gridList, grid_gic, thisGrid, NULL, ELM_GENLIST_ITEM_TREE, _grid_sel_cb, thisGrid); | 217 | thisGrid->item = elm_genlist_item_append(gridList, grid_gic, thisGrid, NULL, ELM_GENLIST_ITEM_TREE, _grid_sel_cb, thisGrid); |
219 | eina_hash_add(grids, thisGrid->name, thisGrid); | 218 | eina_hash_add(grids, thisGrid->name, thisGrid); |
220 | } | 219 | } |