From: Jean-Philippe Orsini Date: Fri, 6 Dec 2013 07:56:44 +0000 (+0000) Subject: removed useless enum X-Git-Tag: v0.0.6~28 X-Git-Url: https://git.wpitchoune.net/gitweb/?p=ptask.git;a=commitdiff_plain;h=ca33e1f8a9927a486abb79d6f41f411a1851e17b removed useless enum --- 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'},