diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-09 21:39:36 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2013-02-09 21:39:36 +0000 |
commit | 4fd8a61a509922b9e811cbb9e09d3c409312cd24 (patch) | |
tree | dcfff18508e88cbcefa873c77873563621f4ffa9 /plugins/ExternalAPI | |
parent | 4372eee6988276aa62c762b728e2bac72c66b895 (diff) |
removed not needed interfaces
git-svn-id: http://svn.miranda-ng.org/main/trunk@3514 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI')
-rw-r--r-- | plugins/ExternalAPI/m_spellchecker.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/ExternalAPI/m_spellchecker.h b/plugins/ExternalAPI/m_spellchecker.h index c7b5d3c922..15386af5dd 100644 --- a/plugins/ExternalAPI/m_spellchecker.h +++ b/plugins/ExternalAPI/m_spellchecker.h @@ -21,11 +21,6 @@ Boston, MA 02111-1307, USA. #ifndef __M_SPELLCHECKER_H__
# define __M_SPELLCHECKER_H__
-
-#define MIID_SPELLCHECKER { 0x26eed12a, 0x7016, 0x4d0f, { 0x9b, 0x4a, 0xc, 0xaa, 0x7e, 0x22, 0x29, 0xf3 } }
-
-
-
typedef struct {
int cbSize;
HANDLE hContact; // The contact to get the settings from, or NULL
|