From c334614885aeacfefe0154a085a1a56d15db65a8 Mon Sep 17 00:00:00 2001 From: Pavol Marko Date: Fri, 5 Mar 2004 19:00:23 +0000 Subject: [PATCH] removed numtostr and strtonum from native export tables (will be done using stock functions) --- amxmodx/string.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/amxmodx/string.cpp b/amxmodx/string.cpp index 05f17518..20560414 100755 --- a/amxmodx/string.cpp +++ b/amxmodx/string.cpp @@ -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 }