Code Cleanup

- Removed unused text.cpp isWordEnd function.
This commit is contained in:
Paul Beckingham 2014-09-07 16:15:32 -04:00
parent 7890cf0ab7
commit 3f07173a03
3 changed files with 1 additions and 45 deletions

View file

@ -56,7 +56,6 @@ bool nontrivial (const std::string&);
bool digitsOnly (const std::string&);
bool noSpaces (const std::string&);
bool noVerticalSpace (const std::string&);
bool isWordEnd (const std::string&, std::string::size_type);
bool isPunctuation (char);
std::string visible (char);
bool compare (const std::string&, const std::string&, bool sensitive = true);