mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-09 11:35:49 +02:00
Code Cleanup - obsolete code
- Removed obsolete T::removeAttributes. - Removed obsolete T::sequenceContains. - Modified handleInfo so it no longer uses T::sequenceContains, and instead uses filterSequence.
This commit is contained in:
parent
8fa38fc4c3
commit
0eff6fa2b1
5 changed files with 218 additions and 231 deletions
|
@ -42,6 +42,14 @@ public:
|
|||
virtual std::string composeCSV () = 0;
|
||||
void parse (const std::string&);
|
||||
|
||||
/*
|
||||
void getAttributes (std::map<std::string, std::string>&);
|
||||
const std::string getAttribute (const std::string&);
|
||||
void setAttribute (const std::string&, const std::string&);
|
||||
void setAttributes (const std::map <std::string, std::string>&);
|
||||
void removeAttribute (const std::string&);
|
||||
*/
|
||||
|
||||
private:
|
||||
std::vector <Att> mAtts;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue