mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Removed unused util.cpp delay function.
This commit is contained in:
parent
be104ee7c4
commit
8a31ccabdc
3 changed files with 0 additions and 12 deletions
|
@ -42,7 +42,6 @@
|
|||
// util.cpp
|
||||
bool confirm (const std::string&);
|
||||
int confirm4 (const std::string&);
|
||||
void delay (float);
|
||||
std::string formatBytes (size_t);
|
||||
int autoComplete (const std::string&, const std::vector<std::string>&, std::vector<std::string>&, int minimum = 1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue