Code Cleanup
- The FEATURE_NCURSES_COLS define was not used anywhere. Removed.
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user