diff -r 118d3d5db64f -r c8bfa7e6ae1b str.h --- a/str.h Sat Jul 14 02:16:48 2012 +0300 +++ b/str.h Sat Jul 14 04:03:25 2012 +0300 @@ -132,8 +132,6 @@ // Convert string to upper case str toupper (); - bool contentcheck (int flags); - int compare (const char* c); int compare (str c);