Missing modification on a86ca1491

This commit is contained in:
Arkshine 2014-04-30 16:11:27 +02:00
parent 75822ec227
commit 6eb10a5f5a

View File

@ -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);