diff options
-rw-r--r-- | src/extantz/woMan.c | 1 | ||||
-rw-r--r-- | src/love/love.c | 4 |
2 files changed, 0 insertions, 5 deletions
diff --git a/src/extantz/woMan.c b/src/extantz/woMan.c index ad565d8..42390cc 100644 --- a/src/extantz/woMan.c +++ b/src/extantz/woMan.c | |||
@@ -146,7 +146,6 @@ static void _grid_sel_cb(void *data, Evas_Object *obj, void *event_info) | |||
146 | // sprintf(buf, "dillo -f -g '%dx%d+%d+%d' %s &", gld->win_w - (ourGlobals->win_w / 5), ourGlobals->win_h - 30, ourGlobals->win_w / 5, ourGlobals->win_y, thisGrid->splashPage); | 146 | // sprintf(buf, "dillo -f -g '%dx%d+%d+%d' %s &", gld->win_w - (ourGlobals->win_w / 5), ourGlobals->win_h - 30, ourGlobals->win_w / 5, ourGlobals->win_y, thisGrid->splashPage); |
147 | sprintf(buf, "uzbl -g '%dx%d+%d+%d' -u %s &", ourGlobals->win_w - (ourGlobals->win_w / 5), ourGlobals->win_h - 30, ourGlobals->win_w / 5, ourGlobals->win_y, thisGrid->splashPage); | 147 | sprintf(buf, "uzbl -g '%dx%d+%d+%d' -u %s &", ourGlobals->win_w - (ourGlobals->win_w / 5), ourGlobals->win_h - 30, ourGlobals->win_w / 5, ourGlobals->win_y, thisGrid->splashPage); |
148 | printf("%s ### genlist obj [%p], item pointer [%p]\n", buf, obj, event_info); | 148 | printf("%s ### genlist obj [%p], item pointer [%p]\n", buf, obj, event_info); |
149 | // comment this out for now, busy dealing with input stuff, don't want to trigger this multiple times. | ||
150 | system(buf); | 149 | system(buf); |
151 | } | 150 | } |
152 | 151 | ||
diff --git a/src/love/love.c b/src/love/love.c index 05f07db..b296b58 100644 --- a/src/love/love.c +++ b/src/love/love.c | |||
@@ -685,10 +685,6 @@ int main(int argc, char **argv) | |||
685 | { | 685 | { |
686 | ecore_main_loop_begin(); | 686 | ecore_main_loop_begin(); |
687 | PD("Fell out of the main loop"); | 687 | PD("Fell out of the main loop"); |
688 | |||
689 | // if (ourGlobals.server) ecore_con_server_del(ourGlobals.server); | ||
690 | // if (ourGlobals.serverLuaSL) ecore_con_server_del(ourGlobals.serverLuaSL); | ||
691 | |||
692 | } | 688 | } |
693 | else | 689 | else |
694 | PC("Failed to add server!"); | 690 | PC("Failed to add server!"); |