summaryrefslogtreecommitdiff
path: root/plugins/AVS/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/AVS/main.cpp')
-rw-r--r--plugins/AVS/main.cpp5
1 files changed, 0 insertions, 5 deletions
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);