DOM: Remove obsolete methods

This commit is contained in:
Paul Beckingham 2016-01-09 22:24:55 -05:00
parent 844cda943a
commit 83701168a4
2 changed files with 0 additions and 13 deletions

View file

@ -38,16 +38,6 @@
extern Context context; extern Context context;
////////////////////////////////////////////////////////////////////////////////
DOM::DOM ()
{
}
////////////////////////////////////////////////////////////////////////////////
DOM::~DOM ()
{
}
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// DOM Supported References: // DOM Supported References:
// //

View file

@ -35,9 +35,6 @@
class DOM class DOM
{ {
public: public:
DOM ();
~DOM ();
bool get (const std::string&, Variant&); bool get (const std::string&, Variant&);
bool get (const std::string&, const Task&, Variant&); bool get (const std::string&, const Task&, Variant&);