From 73858b0fcda72a882200538b119e45dd9b6185b4 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 4 Jun 2006 06:43:48 +0000 Subject: [PATCH] removed packing stuff --- plugins/include/core.inc | 2 -- 1 file changed, 2 deletions(-) diff --git a/plugins/include/core.inc b/plugins/include/core.inc index 4441f49e..67e87794 100755 --- a/plugins/include/core.inc +++ b/plugins/include/core.inc @@ -19,8 +19,6 @@ native getarg(arg, index=0); native setarg(arg, index=0, value); native strlen(const string[]); -native strpack(dest[], const source[]); -native strunpack(dest[], const source[]); native tolower(c); native toupper(c);