removed numtostr and strtonum from native export tables (will be done using stock functions)

This commit is contained in:
Pavol Marko 2004-03-05 19:00:23 +00:00
parent fba6a48be5
commit c334614885

View File

@ -528,13 +528,11 @@ AMX_NATIVE_INFO string_Natives[] = {
{ "isalnum", is_alnum },
{ "isspace", is_space },
{ "isalpha", is_alpha },
{ "numtostr", numtostr },
{ "num_to_str", numtostr },
{ "parse", parse },
{ "replace", replace },
{ "setc", setc },
{ "strtolower", strtolower },
{ "strtonum", strtonum },
{ "strtoupper", strtoupper },
{ "str_to_num", strtonum },
{ NULL, NULL }