mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 15:47:19 +02:00
Code Cleanup
- Eliminated obsolete composeYAML and composeCSV methods. With export capabilities moving outside the core, these are no longer needed.
This commit is contained in:
parent
5276bfd473
commit
f14b414b9c
2 changed files with 0 additions and 93 deletions
|
@ -45,8 +45,6 @@ public:
|
|||
|
||||
void parse (const std::string&);
|
||||
std::string composeF4 () const;
|
||||
std::string composeCSV () const;
|
||||
std::string composeYAML () const;
|
||||
std::string composeJSON (bool include_id = false) const;
|
||||
|
||||
// Status values.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue