diff options
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r-- | src/common/hexchat.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h index ef05b4f4..efac3f22 100644 --- a/src/common/hexchat.h +++ b/src/common/hexchat.h @@ -38,14 +38,6 @@ #include "history.h" -#ifndef HAVE_SNPRINTF -#define snprintf g_snprintf -#endif - -#ifndef HAVE_VSNPRINTF -#define vsnprintf _vsnprintf -#endif - #ifdef SOCKS #ifdef __sgi #include <sys/time.h> |