mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-28 22:47:20 +02:00
CLI2: Removed unused A::attribute methods
This commit is contained in:
parent
e186082a9b
commit
0ef3cff4c6
2 changed files with 0 additions and 20 deletions
16
src/CLI2.cpp
16
src/CLI2.cpp
|
@ -126,22 +126,6 @@ void A2::attribute (const std::string& name, const std::string& value)
|
||||||
_attributes[name] = value;
|
_attributes[name] = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
// Accessor for attributes.
|
|
||||||
void A2::attribute (const std::string& name, const int value)
|
|
||||||
{
|
|
||||||
_attributes[name] = format (value);
|
|
||||||
}
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
|
||||||
// Accessor for attributes.
|
|
||||||
void A2::attribute (const std::string& name, const double value)
|
|
||||||
{
|
|
||||||
_attributes[name] = format (value, 1, 8);
|
|
||||||
}
|
|
||||||
*/
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
// Accessor for attributes.
|
// Accessor for attributes.
|
||||||
const std::string A2::attribute (const std::string& name) const
|
const std::string A2::attribute (const std::string& name) const
|
||||||
|
|
|
@ -48,10 +48,6 @@ public:
|
||||||
void unTagAll ();
|
void unTagAll ();
|
||||||
*/
|
*/
|
||||||
void attribute (const std::string&, const std::string&);
|
void attribute (const std::string&, const std::string&);
|
||||||
/*
|
|
||||||
void attribute (const std::string&, const int);
|
|
||||||
void attribute (const std::string&, const double);
|
|
||||||
*/
|
|
||||||
const std::string attribute (const std::string&) const;
|
const std::string attribute (const std::string&) const;
|
||||||
const std::string dump () const;
|
const std::string dump () const;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue