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/AVS/main.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/AVS/main.cpp') diff --git a/plugins/AVS/main.cpp b/plugins/AVS/main.cpp index cdd1c71b85..3de7a9a30a 100644 --- a/plugins/AVS/main.cpp +++ b/plugins/AVS/main.cpp @@ -112,13 +112,8 @@ PLUGININFOEX pluginInfoEx = { "http://www.miranda-im.org", UNICODE_AWARE, 0, -#if defined(_UNICODE) // {E00F1643-263C-4599-B84B-053E5C511D29} { 0xe00f1643, 0x263c, 0x4599, { 0xb8, 0x4b, 0x5, 0x3e, 0x5c, 0x51, 0x1d, 0x29 } } -#else -// {C9E01EB0-A119-42d2-B340-E8678F5FEAD8} - { 0xc9e01eb0, 0xa119, 0x42d2, { 0xb3, 0x40, 0xe8, 0x67, 0x8f, 0x5f, 0xea, 0xd8 } } -#endif }; extern INT_PTR CALLBACK DlgProcOptionsAvatars(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lParam); -- cgit v1.2.3