Code Cleanup

- Removed unused text.cpp isTokenEnd function.
This commit is contained in:
Paul Beckingham 2014-09-07 16:06:42 -04:00
parent 2f815a4c6a
commit c1806303a1
2 changed files with 0 additions and 20 deletions

View file

@ -58,7 +58,6 @@ 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 isTokenEnd (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);