From 1c0565a8b1af123f3a0aaf3edc7430c646c1bce6 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 3 Jan 2016 20:36:24 +1000 Subject: Remove left over comments. --- 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 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) // 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); 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); printf("%s ### genlist obj [%p], item pointer [%p]\n", buf, obj, event_info); -// comment this out for now, busy dealing with input stuff, don't want to trigger this multiple times. system(buf); } -- cgit v1.1