DOM: Dead code removal

This commit is contained in:
Paul Beckingham 2015-07-17 15:16:18 -04:00
parent 4212e27081
commit 83057293a9
2 changed files with 0 additions and 30 deletions

View file

@ -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:
};