From e49f7274e01028a839a50af64af4bb8d46311218 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Fri, 8 Jun 2012 12:02:24 +0000 Subject: Guids cleanup git-svn-id: http://svn.miranda-ng.org/main/trunk@358 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/QuickMessages/main.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/QuickMessages') diff --git a/plugins/QuickMessages/main.c b/plugins/QuickMessages/main.c index 100107cceb..b1957c89eb 100644 --- a/plugins/QuickMessages/main.c +++ b/plugins/QuickMessages/main.c @@ -50,13 +50,8 @@ PLUGININFOEX pluginInfo = { "http://miranda.radicaled.ru/index.php?plugin=3", UNICODE_AWARE, 0, -#ifdef _UNICODE // {37ED754B-6CF9-40ed-9EB6-0FEF8E822475} { 0x37ed754b, 0x6cf9, 0x40ed, { 0x9e, 0xb6, 0xf, 0xef, 0x8e, 0x82, 0x24, 0x75 } } -#else - // {A15C6605-75F3-4be2-9193-6D3DDD0A13B7} - { 0xa15c6605, 0x75f3, 0x4be2, { 0x91, 0x93, 0x6d, 0x3d, 0xdd, 0xa, 0x13, 0xb7 } } -#endif }; -- cgit v1.2.3