summary refs log tree commit diff stats
path: root/src/common/hexchat-plugin.h
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-30 07:02:28 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-10-30 07:02:28 +0100
commit50a233527687ed9c8c747a0c692fe477ae00483d (patch)
treecf65b2b11bc08c4e2b6b6b7ec6002b625223ade1 /src/common/hexchat-plugin.h
parent81747d996c1159f5291e243198af08a733ffdf21 (diff)
Remove old unused code
Diffstat (limited to 'src/common/hexchat-plugin.h')
-rw-r--r--src/common/hexchat-plugin.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/hexchat-plugin.h b/src/common/hexchat-plugin.h
index 40eca898..ddf85085 100644
--- a/src/common/hexchat-plugin.h
+++ b/src/common/hexchat-plugin.h
@@ -4,13 +4,6 @@
 
 #include <time.h>
 
-#define XCHAT_IFACE_MAJOR	1
-#define XCHAT_IFACE_MINOR	9
-#define XCHAT_IFACE_MICRO	11
-#define XCHAT_IFACE_VERSION	((XCHAT_IFACE_MAJOR * 10000) + \
-				 (XCHAT_IFACE_MINOR * 100) + \
-				 (XCHAT_IFACE_MICRO))
-
 #define XCHAT_PRI_HIGHEST	127
 #define XCHAT_PRI_HIGH		64
 #define XCHAT_PRI_NORM		0