From 6eb10a5f5a2f554e965a340ee52b70ff2ac85401 Mon Sep 17 00:00:00 2001 From: Arkshine Date: Wed, 30 Apr 2014 16:11:27 +0200 Subject: [PATCH] Missing modification on a86ca1491 --- plugins/include/core.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/include/core.inc b/plugins/include/core.inc index 496c66e6..039954a0 100755 --- a/plugins/include/core.inc +++ b/plugins/include/core.inc @@ -18,8 +18,6 @@ native numargs(); native getarg(arg, index=0); native setarg(arg, index=0, value); -native strlen(const string[]); - native tolower(c); native toupper(c); native swapchars(c);