Code Cleanup - removed formatTimeDeltaDays

- Removed util.cpp/formatTimeDeltaDays, as it was a replica of
  util.cpp/formatSeconds with a different signature.  Worthless.
This commit is contained in:
Paul Beckingham 2009-06-03 00:58:49 -04:00
parent 9eb68881af
commit 4ede817ead
3 changed files with 4 additions and 55 deletions

View file

@ -52,7 +52,6 @@ for (typeof (c) *foreach_p = & (c); \
// util.cpp
bool confirm (const std::string&);
void delay (float);
void formatTimeDeltaDays (std::string&, time_t);
std::string formatSeconds (time_t);
int autoComplete (const std::string&, const std::vector<std::string>&, std::vector<std::string>&);
const std::string uuid ();