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/AimOscar/aim.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'protocols/AimOscar/aim.cpp') diff --git a/protocols/AimOscar/aim.cpp b/protocols/AimOscar/aim.cpp index 42b1b83e96..e59bdbf395 100644 --- a/protocols/AimOscar/aim.cpp +++ b/protocols/AimOscar/aim.cpp @@ -66,11 +66,7 @@ static const PLUGININFOEX pluginInfo = "http://www.miranda-im.org", UNICODE_AWARE, //not transient 0, //doesn't replace anything built-in - #if defined( _UNICODE ) {0x3750a5a3, 0xbf0d, 0x490e, {0xb6, 0x5d, 0x41, 0xac, 0x4d, 0x29, 0xae, 0xb3}} // {3750A5A3-BF0D-490e-B65D-41AC4D29AEB3} - #else - {0x591af304, 0xcf40, 0x47ad, {0x8c, 0xed, 0x58, 0xcd, 0x89, 0x8b, 0x1e, 0x69}} // {591AF304-CF40-47ad-8CED-58CD898B1E69} - #endif }; extern "C" __declspec(dllexport) const PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion) -- cgit v1.2.3