From 4d12e18571f53f0eb80f0422d79d1044cc7ed92b Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sat, 21 Aug 2010 18:36:51 +0200 Subject: [PATCH] remove proof-of-concept code in main.c --- src/main.c | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/src/main.c b/src/main.c index 076aa277..2fe64b80 100644 --- a/src/main.c +++ b/src/main.c @@ -293,17 +293,6 @@ int main(int argc, char *argv[]) { tree_init(); tree_render(); - /* proof-of-concept for assignments */ - Con *ws = workspace_get("3"); - - Match *current_swallow = smalloc(sizeof(Match)); - match_init(current_swallow); - - TAILQ_INSERT_TAIL(&(ws->swallow_head), current_swallow, matches); - - current_swallow->insert_where = M_ACTIVE; - current_swallow->class = strdup("xterm"); - struct ev_loop *loop = ev_loop_new(0); if (loop == NULL) die("Could not initialize libev. Bad LIBEV_FLAGS?\n"); -- 2.39.5