Code Cleanup

- Removed conditional compilation of the shell, controlled by FEATURE_SHELL.
This commit is contained in:
Paul Beckingham 2011-04-03 19:41:19 -04:00
parent e4b0c6e7c0
commit 77ba7946f5
5 changed files with 1 additions and 15 deletions

View file

@ -29,7 +29,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_URL 1 // URL support for import.
// (always enabled for merge/push/pull)
//#define FEATURE_REGEX 1 // Enables regexes for attribute modifiers,
@ -88,9 +87,7 @@ void handleUndo ();
void handleMerge (std::string&);
void handlePush (std::string&);
void handlePull (std::string&);
#ifdef FEATURE_SHELL
void handleShell ();
#endif
int deltaAppend (Task&);
int deltaPrepend (Task&);
int deltaDescription (Task&);