summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src/spellchecker.cpp
diff options
context:
space:
mode:
authorKirill Volinsky <mataes2007@gmail.com>2013-02-09 21:39:36 +0000
committerKirill Volinsky <mataes2007@gmail.com>2013-02-09 21:39:36 +0000
commit4fd8a61a509922b9e811cbb9e09d3c409312cd24 (patch)
treedcfff18508e88cbcefa873c77873563621f4ffa9 /plugins/SpellChecker/src/spellchecker.cpp
parent4372eee6988276aa62c762b728e2bac72c66b895 (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/SpellChecker/src/spellchecker.cpp')
-rw-r--r--plugins/SpellChecker/src/spellchecker.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/plugins/SpellChecker/src/spellchecker.cpp b/plugins/SpellChecker/src/spellchecker.cpp
index e4a6ec0855..c6ec132a74 100644
--- a/plugins/SpellChecker/src/spellchecker.cpp
+++ b/plugins/SpellChecker/src/spellchecker.cpp
@@ -32,7 +32,7 @@ PLUGININFOEX pluginInfo={
__AUTHORWEB,
UNICODE_AWARE,
// {36753AE3-840B-4797-94A5-FD9F5852B942}
- { 0x36753ae3, 0x840b, 0x4797, { 0x94, 0xa5, 0xfd, 0x9f, 0x58, 0x52, 0xb9, 0x42 } }
+ {0x36753ae3, 0x840b, 0x4797, {0x94, 0xa5, 0xfd, 0x9f, 0x58, 0x52, 0xb9, 0x42}}
};
HINSTANCE hInst;
@@ -69,10 +69,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda
return &pluginInfo;
}
-extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_SPELLCHECKER, MIID_LAST };
-
-////////////////////////////////////////////////////////////////////////////////////////
-
static int IconsChanged(WPARAM wParam, LPARAM lParam)
{
if ( ServiceExists(MS_MSG_MODIFYICON)) {