--- 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.