mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-20 22:33:08 +02:00
Code Cleanup
- Removed odd comment and unused member. - Removed commented-out code.
This commit is contained in:
parent
410e3890c6
commit
e5ceb15365
3 changed files with 1 additions and 9 deletions
|
@ -121,10 +121,6 @@ Tree* A3t::parse ()
|
||||||
findBinary ();
|
findBinary ();
|
||||||
findTerminator ();
|
findTerminator ();
|
||||||
findCommand ();
|
findCommand ();
|
||||||
/*
|
|
||||||
findFileOverride ();
|
|
||||||
findConfigOverride ();
|
|
||||||
*/
|
|
||||||
findSubstitution ();
|
findSubstitution ();
|
||||||
findPattern ();
|
findPattern ();
|
||||||
findTag ();
|
findTag ();
|
||||||
|
|
|
@ -95,7 +95,6 @@ public:
|
||||||
Hooks hooks;
|
Hooks hooks;
|
||||||
DOM dom;
|
DOM dom;
|
||||||
|
|
||||||
// Color
|
|
||||||
bool determine_color_use;
|
bool determine_color_use;
|
||||||
bool use_color;
|
bool use_color;
|
||||||
|
|
||||||
|
@ -105,9 +104,6 @@ public:
|
||||||
std::vector <std::string> footnotes;
|
std::vector <std::string> footnotes;
|
||||||
std::vector <std::string> errors;
|
std::vector <std::string> errors;
|
||||||
std::vector <std::string> debugMessages;
|
std::vector <std::string> debugMessages;
|
||||||
/*
|
|
||||||
bool inShadow;
|
|
||||||
*/
|
|
||||||
|
|
||||||
std::map <std::string, Command*> commands;
|
std::map <std::string, Command*> commands;
|
||||||
std::map <std::string, Column*> columns;
|
std::map <std::string, Column*> columns;
|
||||||
|
|
|
@ -46,7 +46,7 @@ int main (int argc, const char** argv)
|
||||||
a3t.entity ("report", "next");
|
a3t.entity ("report", "next");
|
||||||
|
|
||||||
// Read-only commands.
|
// Read-only commands.
|
||||||
a3t.entity ("writecmd", "export");
|
a3t.entity ("readcmd", "export");
|
||||||
a3t.entity ("readcmd", "info");
|
a3t.entity ("readcmd", "info");
|
||||||
a3t.entity ("readcmd", "list");
|
a3t.entity ("readcmd", "list");
|
||||||
a3t.entity ("readcmd", "next");
|
a3t.entity ("readcmd", "next");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue