aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/extantz
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-03 23:46:24 +1000
committerDavid Walter Seikel2014-05-03 23:46:24 +1000
commitad190d0511fa6e3f919baebc6e9cc61a824883ed (patch)
treeb6507fc86d17c46441cae3988463073a48a7cf2a /src/extantz
parentMore shuffling of gld -> ourGlobals and related cleanups. (diff)
downloadSledjHamr-ad190d0511fa6e3f919baebc6e9cc61a824883ed.zip
SledjHamr-ad190d0511fa6e3f919baebc6e9cc61a824883ed.tar.gz
SledjHamr-ad190d0511fa6e3f919baebc6e9cc61a824883ed.tar.bz2
SledjHamr-ad190d0511fa6e3f919baebc6e9cc61a824883ed.tar.xz
Small clean ups I forgot from the last commit.
Diffstat (limited to 'src/extantz')
-rw-r--r--src/extantz/ephysics_demo.c2
-rw-r--r--src/extantz/woMan.c1
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
8EPhysics_World *ephysicsAdd(globals *ourGlobals) 8EPhysics_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 }