mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Cleanup
- Eliminated text.cpp upperCase(), as it was not UTF8-safe, and is no longer used.
This commit is contained in:
parent
693fe9b8fd
commit
520067f522
4 changed files with 3 additions and 14 deletions
|
@ -45,7 +45,6 @@ void join (std::string&, const std::string&, const std::vector<std::string>&);
|
|||
void join (std::string&, const std::string&, const std::vector<int>&);
|
||||
std::string commify (const std::string&);
|
||||
std::string lowerCase (const std::string&);
|
||||
std::string upperCase (const std::string&);
|
||||
std::string ucFirst (const std::string&);
|
||||
const std::string str_replace (std::string&, const std::string&, const std::string&);
|
||||
const std::string str_replace (const std::string&, const std::string&, const std::string&);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue