mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Removed unused text.cpp visible function.
This commit is contained in:
parent
6303f1c436
commit
fdb4c1f1bc
2 changed files with 0 additions and 23 deletions
|
@ -54,7 +54,6 @@ bool nontrivial (const std::string&);
|
|||
bool digitsOnly (const std::string&);
|
||||
bool noSpaces (const std::string&);
|
||||
bool isPunctuation (char);
|
||||
std::string visible (char);
|
||||
bool compare (const std::string&, const std::string&, bool sensitive = true);
|
||||
bool closeEnough (const std::string&, const std::string&, unsigned int minLength = 0);
|
||||
std::string::size_type find (const std::string&, const std::string&, bool sensitive = true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue