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/Omegle/main.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'protocols/Omegle') diff --git a/protocols/Omegle/main.cpp b/protocols/Omegle/main.cpp index d433e48e86..ec78eb5efe 100644 --- a/protocols/Omegle/main.cpp +++ b/protocols/Omegle/main.cpp @@ -49,13 +49,8 @@ PLUGININFOEX pluginInfo = { "http://code.google.com/p/robyer/", UNICODE_AWARE, //not transient 0, //doesn't replace anything built-in - #ifdef _WIN64 - // {95A3FF9B-0124-4A34-A123-E3262858010F} - { 0x95a3ff9b, 0x124, 0x4a34, { 0xa1, 0x23, 0xe3, 0x26, 0x28, 0x58, 0x1, 0xf } } - #else // {9E1D9244-606C-4ef4-99A0-1D7D23CB7601} { 0x9e1d9244, 0x606c, 0x4ef4, { 0x99, 0xa0, 0x1d, 0x7d, 0x23, 0xcb, 0x76, 0x1 } } - #endif }; ///////////////////////////////////////////////////////////////////////////// -- cgit v1.2.3