mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Code Cleanup
- The FEATURE_NCURSES_COLS define was not used anywhere. Removed.
This commit is contained in:
parent
fb2fd79a52
commit
df41ea9988
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue