summary refs log tree commit diff stats
path: root/src/common/plugin.c
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-07-12 18:39:52 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-07-12 18:39:52 +0200
commitba664dc84855d5db34b4adbbe2a0e4e300d84471 (patch)
treef1ed53a82158099013a0fe183297e4fbd7783681 /src/common/plugin.c
parentfe67eba75e1c60a10ec230a6ace5070f01888fc5 (diff)
Even more rebranding
Diffstat (limited to 'src/common/plugin.c')
-rw-r--r--src/common/plugin.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/common/plugin.c b/src/common/plugin.c
index 0a265d16..41293129 100644
--- a/src/common/plugin.c
+++ b/src/common/plugin.c
@@ -1010,20 +1010,13 @@ xchat_get_info (xchat_plugin *ph, const char *id)
 		return XCHATLIBDIR;
 
 	case 0x14f51cd8: /* version */
-#ifdef WIN32
-		return XCHAT_RELEASE;
-#else
 		return PACKAGE_VERSION;
-#endif
 
 	case 0xdd9b1abd:	/* xchatdir */
 		return get_xdir_utf8 ();
 
 	case 0xe33f6c4a:	/* xchatdirfs */
 		return get_xdir_fs ();
-
-	case 0x3d1e70d7:	/* wdk_version */
-		return PACKAGE_VERSION;
 	}
 
 	sess = ph->context;