summaryrefslogtreecommitdiff
path: root/plugins/Ping/src/common.h
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-09 21:10:50 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-09 21:10:50 +0000
commit9e21d2fdb78b7ef70dec5ad2b0d40062e83692f2 (patch)
treefb57348c4ce09ee11842158815812b1c3c8b2d5e /plugins/Ping/src/common.h
parent34abc371842aa00d41bcd100fc26aa87f3c73880 (diff)
removed not needed interfaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@3508 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Ping/src/common.h')
-rw-r--r--plugins/Ping/src/common.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins/Ping/src/common.h b/plugins/Ping/src/common.h
index 23fb4c676e..e4e338cc34 100644
--- a/plugins/Ping/src/common.h
+++ b/plugins/Ping/src/common.h
@@ -118,8 +118,4 @@ extern HINSTANCE hInst;
extern bool use_raw_ping;
-#ifndef MIID_PING
-#define MIID_PING {0x9cd1684e, 0xc520, 0x4b58, { 0x9a, 0x52, 0xae, 0x3d, 0x7a, 0x72, 0x4, 0x46}}
-#endif
-
#endif