summary refs log tree commit diff stats
path: root/src/common/hexchat.h
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2014-06-21 22:45:21 -0400
committerTingPing <tingping@tingping.se>2014-06-21 22:45:21 -0400
commit47b4b0da8a3f7203951f9c9bd76dbd559eeb17a5 (patch)
tree7c5ce3a965733b4b0552d4338730c13aa6220183 /src/common/hexchat.h
parent45526205abb7ddbf3d21d19b51353d113027118f (diff)
Remove unused defines
Diffstat (limited to 'src/common/hexchat.h')
-rw-r--r--src/common/hexchat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/hexchat.h b/src/common/hexchat.h
index c92e84d0..445455d2 100644
--- a/src/common/hexchat.h
+++ b/src/common/hexchat.h
@@ -65,9 +65,7 @@
 #endif
 
 /* force a 32bit CMP.L */
-#define CMPL(a, c0, c1, c2, c3) (a == (guint32)(c0 | (c1 << 8) | (c2 << 16) | (c3 << 24)))
 #define WORDL(c0, c1, c2, c3) (guint32)(c0 | (c1 << 8) | (c2 << 16) | (c3 << 24))
-#define WORDW(c0, c1) (guint16)(c0 | (c1 << 8))
 
 #ifdef WIN32						/* for win32 */
 #define OFLAGS O_BINARY