Code Cleanup

- The FEATURE_NCURSES_COLS define was not used anywhere.  Removed.
This commit is contained in:
Paul Beckingham 2011-04-03 17:37:43 -04:00
parent fb2fd79a52
commit df41ea9988

View file

@ -30,7 +30,6 @@
#define FEATURE_TDB_OPT 1 // TDB Optimization reduces file I/O. #define FEATURE_TDB_OPT 1 // TDB Optimization reduces file I/O.
#define FEATURE_NEW_ID 1 // Echoes back new id. #define FEATURE_NEW_ID 1 // Echoes back new id.
#define FEATURE_SHELL 1 // Interactive shell. #define FEATURE_SHELL 1 // Interactive shell.
#define FEATURE_NCURSES_COLS 1 // Shortcut that avoids WINDOW.
#define FEATURE_URL 1 // URL support for import. #define FEATURE_URL 1 // URL support for import.
// (always enabled for merge/push/pull) // (always enabled for merge/push/pull)
//#define FEATURE_REGEX 1 // Enables regexes for attribute modifiers, //#define FEATURE_REGEX 1 // Enables regexes for attribute modifiers,