mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
DOM: Dead code removal
This commit is contained in:
parent
4212e27081
commit
83057293a9
2 changed files with 0 additions and 30 deletions
|
@ -38,10 +38,8 @@ public:
|
|||
DOM ();
|
||||
~DOM ();
|
||||
|
||||
const std::vector <std::string> get_references () const;
|
||||
bool get (const std::string&, Variant&);
|
||||
bool get (const std::string&, const Task&, Variant&);
|
||||
void set (const std::string&, const Variant&);
|
||||
|
||||
private:
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue