From 0b0d9f28696294beed32d5cdc3f5e93cd996f08e Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 26 Mar 2018 13:46:31 +0300 Subject: code cleaning --- plugins/ConnectionNotify/src/stdafx.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'plugins/ConnectionNotify/src/stdafx.h') diff --git a/plugins/ConnectionNotify/src/stdafx.h b/plugins/ConnectionNotify/src/stdafx.h index e6ec948c9d..2837c72125 100644 --- a/plugins/ConnectionNotify/src/stdafx.h +++ b/plugins/ConnectionNotify/src/stdafx.h @@ -34,11 +34,6 @@ #define PLUGINNAME_NEWSOUND PLUGINNAME "_new_sound" -#if !defined(MIID_CONNECTIONNOTIFY) - #define MIID_CONNECTIONNOTIFY {0x4bb5b4aa, 0xc364, 0x4f23, { 0x97, 0x46, 0xd5, 0xb7, 0x8, 0xa2, 0x86, 0xa5 } } -#endif -// 4BB5B4AA-C364-4F23-9746-D5B708A286A5 - // Note: could also use malloc() and free() #define MALLOC(x) HeapAlloc(GetProcessHeap(), 0, (x)) #define FREE(x) HeapFree(GetProcessHeap(), 0, (x)) -- cgit v1.2.3