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 --- protocols/FacebookRM/main.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'protocols/FacebookRM') diff --git a/protocols/FacebookRM/main.cpp b/protocols/FacebookRM/main.cpp index e12bf8fac9..736393e247 100644 --- a/protocols/FacebookRM/main.cpp +++ b/protocols/FacebookRM/main.cpp @@ -50,13 +50,8 @@ PLUGININFOEX pluginInfo = { "http://code.google.com/p/robyer/", UNICODE_AWARE, //not transient 0, //doesn't replace anything built-in - #ifdef _WIN64 - // {8808C20C-5404-48A6-8390-232AAE5E793A} - { 0x8808c20c, 0x5404, 0x48a6, { 0x83, 0x90, 0x23, 0x2a, 0xae, 0x5e, 0x79, 0x3a } } - #else // {8432B009-FF32-4727-AAE6-A9035038FD58} { 0x8432b009, 0xff32, 0x4727, { 0xaa, 0xe6, 0xa9, 0x3, 0x50, 0x38, 0xfd, 0x58 } } - #endif }; ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3