Code Cleanup

- Removed unused text.cpp isWordStart function.
This commit is contained in:
Paul Beckingham
2014-09-07 16:12:06 -04:00
parent c1806303a1
commit 7890cf0ab7
3 changed files with 1 additions and 41 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 isWordStart (const std::string&, std::string::size_type);
bool isWordEnd (const std::string&, std::string::size_type);
bool isPunctuation (char);
std::string visible (char);