Code Cleanup

- Removed unused util.cpp confirm3 function.
This commit is contained in:
Paul Beckingham 2014-09-07 16:46:20 -04:00
parent d9d5d004e6
commit be104ee7c4
3 changed files with 0 additions and 40 deletions

View file

@ -41,7 +41,6 @@
// util.cpp
bool confirm (const std::string&);
int confirm3 (const std::string&);
int confirm4 (const std::string&);
void delay (float);
std::string formatBytes (size_t);