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/woMan.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/extantz/woMan.c') 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