removed packing stuff

This commit is contained in:
David Anderson 2006-06-04 06:43:48 +00:00
parent a5bd69ac4a
commit 73858b0fcd

View File

@ -19,8 +19,6 @@ native getarg(arg, index=0);
native setarg(arg, index=0, value); native setarg(arg, index=0, value);
native strlen(const string[]); native strlen(const string[]);
native strpack(dest[], const source[]);
native strunpack(dest[], const source[]);
native tolower(c); native tolower(c);
native toupper(c); native toupper(c);