mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
DOM: Remove obsolete methods
This commit is contained in:
parent
844cda943a
commit
83701168a4
2 changed files with 0 additions and 13 deletions
10
src/DOM.cpp
10
src/DOM.cpp
|
@ -38,16 +38,6 @@
|
||||||
|
|
||||||
extern Context context;
|
extern Context context;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
DOM::DOM ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
DOM::~DOM ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// DOM Supported References:
|
// DOM Supported References:
|
||||||
//
|
//
|
||||||
|
|
|
@ -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&);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue