removed useless enum
authorJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 6 Dec 2013 07:56:44 +0000 (07:56 +0000)
committerJean-Philippe Orsini <jeanfi@gmail.com>
Fri, 6 Dec 2013 07:56:44 +0000 (07:56 +0000)
src/main.c

index bafb3b4..b6442c9 100644 (file)
@@ -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'},