mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
TDB2: Removed obsolete method
This commit is contained in:
parent
15e96eb02f
commit
88ed4d0035
2 changed files with 0 additions and 8 deletions
|
@ -595,13 +595,6 @@ TDB2::TDB2 ()
|
||||||
pending.auto_dep_scan ();
|
pending.auto_dep_scan ();
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
// Deliberately no file writes on destruct. Commit should have been already
|
|
||||||
// called, if data is to be preserved.
|
|
||||||
TDB2::~TDB2 ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Once a location is known, the files can be set up. Note that they are not
|
// Once a location is known, the files can be set up. Note that they are not
|
||||||
// read.
|
// read.
|
||||||
|
|
|
@ -106,7 +106,6 @@ public:
|
||||||
static bool debug_mode;
|
static bool debug_mode;
|
||||||
|
|
||||||
TDB2 ();
|
TDB2 ();
|
||||||
~TDB2 ();
|
|
||||||
|
|
||||||
void set_location (const std::string&);
|
void set_location (const std::string&);
|
||||||
void add (Task&, bool add_to_backlog = true);
|
void add (Task&, bool add_to_backlog = true);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue