src/protocols/oscar/util.c

changeset 13240
db5187cc40d1
parent 13235
72bddc689630
child 13593
3450a7cede99
--- a/src/protocols/oscar/util.c	Sun Feb 12 15:27:11 2006 +0000
+++ b/src/protocols/oscar/util.c	Sun Feb 12 16:02:05 2006 +0000
@@ -32,12 +32,6 @@
 #include "win32dep.h"
 #endif
 
-faim_export int aimutil_putstr(char *dest, const char *src, int len)
-{
-	memcpy(dest, src, len);
-	return len;
-}
-
 /*
  * Tokenizing functions.  Used to portably replace strtok/sep.
  *   -- DMP.

mercurial