diff --git a/utf8.h b/utf8.h index 659a195..e04caa3 100644 --- a/utf8.h +++ b/utf8.h @@ -175,48 +175,6 @@ struct string32 { return tmpStr; } - bool replaceAroundSelf(string32 findWrapper, string32 withWrapper) { - int havematched = 0; - int tofind (findWrapper.cs.size()); - int i = 0; - for (;i split(string32 delim) { std::vector toReturn; string32 temporary, throwaway;