From ca33e1f8a9927a486abb79d6f41f411a1851e17b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Orsini Date: Fri, 6 Dec 2013 07:56:44 +0000 Subject: [PATCH] removed useless enum --- src/main.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/main.c b/src/main.c index bafb3b4..b6442c9 100644 --- a/src/main.c +++ b/src/main.c @@ -40,14 +40,6 @@ static const char *program_name; static struct task **tasks; static GSettings *settings; -enum { - COL_ID, - COL_DESCRIPTION, - COL_PROJECT, - COL_UUID, - COL_PRIORITY -}; - static struct option long_options[] = { {"version", no_argument, 0, 'v'}, {"help", no_argument, 0, 'h'}, -- 2.7.4