From df41ea9988fb2d15495e284008e952a050f72f09 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Sun, 3 Apr 2011 17:37:43 -0400 Subject: [PATCH] Code Cleanup - The FEATURE_NCURSES_COLS define was not used anywhere. Removed. --- src/main.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.h b/src/main.h index 4f8ab5908..2ee0db5e8 100644 --- a/src/main.h +++ b/src/main.h @@ -30,7 +30,6 @@ #define FEATURE_TDB_OPT 1 // TDB Optimization reduces file I/O. #define FEATURE_NEW_ID 1 // Echoes back new id. #define FEATURE_SHELL 1 // Interactive shell. -#define FEATURE_NCURSES_COLS 1 // Shortcut that avoids WINDOW. #define FEATURE_URL 1 // URL support for import. // (always enabled for merge/push/pull) //#define FEATURE_REGEX 1 // Enables regexes for attribute modifiers,