mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-25 21:27:19 +02:00
Code Cleanup
- Fixed broken build on tt.
This commit is contained in:
parent
039bf15df1
commit
14b184089d
2 changed files with 5 additions and 9 deletions
|
@ -26,7 +26,9 @@
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <Text.h>
|
#include <stdlib.h>
|
||||||
|
#include <string.h>
|
||||||
|
#include <text.h>
|
||||||
#include <Variant.h>
|
#include <Variant.h>
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
|
@ -38,14 +38,8 @@ public:
|
||||||
bool operator== (const Command&) const; // TODO Is this necessary?
|
bool operator== (const Command&) const; // TODO Is this necessary?
|
||||||
~Command ();
|
~Command ();
|
||||||
|
|
||||||
/*
|
bool implements (const std::string&) const;
|
||||||
std::string syntax () const;
|
std::string execute (const std::string&);
|
||||||
std::string help () const;
|
|
||||||
bool validate_args (Tree*);
|
|
||||||
std::string results ();
|
|
||||||
int execute (Tree*);
|
|
||||||
bool needs_gc () const;
|
|
||||||
*/
|
|
||||||
|
|
||||||
private:
|
private:
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue