mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-08 06:10:36 +02:00
Code Cleanup
- Removed unused util.cpp round_up_to and burndown_size functions.
This commit is contained in:
parent
ab95ef5ba5
commit
4aa79dccfa
2 changed files with 0 additions and 48 deletions
|
@ -63,8 +63,6 @@ int execute (const std::string&, const std::vector <std::string>&, const std::st
|
|||
|
||||
void combine (std::vector <int>&, const std::vector <int>&);
|
||||
|
||||
unsigned burndown_size (unsigned ntasks);
|
||||
|
||||
const std::string encode (const std::string&);
|
||||
const std::string decode (const std::string&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue