From 29e09aa4f6294878c1ede33447fedf50c845d8bd Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 9 Feb 2013 21:15:00 +0000 Subject: removed not needed interfaces git-svn-id: http://svn.miranda-ng.org/main/trunk@3509 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_quickcontacts.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_quickcontacts.h b/plugins/ExternalAPI/m_quickcontacts.h index 5f8acb3d5e..f4110ad78d 100644 --- a/plugins/ExternalAPI/m_quickcontacts.h +++ b/plugins/ExternalAPI/m_quickcontacts.h @@ -21,10 +21,6 @@ Boston, MA 02111-1307, USA. #ifndef __M_QUICKCONTACTS_H__ # define __M_QUICKCONTACTS_H__ - -#define MIID_QUICKCONTACTS { 0x5e638aa7, 0x4989, 0x4dbf, { 0x94, 0xa, 0x1e, 0xcb, 0x6c, 0x52, 0xcc, 0x52 } } - - /* Show the dialog to select the contact @@ -33,7 +29,4 @@ lParam: ignored */ #define MS_QC_SHOW_DIALOG "QuickContacts/ShowDialog" - - - #endif // __M_QUICKCONTACTS_H__ -- cgit v1.2.3