mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Variant: Removed obsolete method
This commit is contained in:
parent
83701168a4
commit
da96962b00
2 changed files with 0 additions and 6 deletions
|
@ -152,11 +152,6 @@ Variant::Variant (const time_t value, const enum type new_type)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
Variant::~Variant ()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
void Variant::source (const std::string& input)
|
void Variant::source (const std::string& input)
|
||||||
{
|
{
|
||||||
|
|
|
@ -50,7 +50,6 @@ public:
|
||||||
Variant (const std::string&);
|
Variant (const std::string&);
|
||||||
Variant (const char*);
|
Variant (const char*);
|
||||||
Variant (const time_t, const enum type);
|
Variant (const time_t, const enum type);
|
||||||
~Variant ();
|
|
||||||
|
|
||||||
void source (const std::string&);
|
void source (const std::string&);
|
||||||
const std::string& source () const;
|
const std::string& source () const;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue