mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Code Cleanup
- Removed unused text.cpp noVerticalSpace function.
This commit is contained in:
parent
3f07173a03
commit
8a904fc287
3 changed files with 1 additions and 19 deletions
|
@ -55,7 +55,6 @@ void guess (const std::string&, std::vector<std::string>&, std::string&);
|
|||
bool nontrivial (const std::string&);
|
||||
bool digitsOnly (const std::string&);
|
||||
bool noSpaces (const std::string&);
|
||||
bool noVerticalSpace (const std::string&);
|
||||
bool isPunctuation (char);
|
||||
std::string visible (char);
|
||||
bool compare (const std::string&, const std::string&, bool sensitive = true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue