summaryrefslogtreecommitdiff
path: root/plugins/SpellChecker/src/options.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-12-02 19:55:35 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-12-02 19:55:35 +0000
commit839847588d79b53441c55438eb028bd2966fb088 (patch)
tree5c32e2fc58177476b74a20066c2c302dcd0f265b /plugins/SpellChecker/src/options.h
parent2686f1005c9a2055a41486946e5722cf182a97b6 (diff)
forgotten flags in options
git-svn-id: http://svn.miranda-ng.org/main/trunk@2609 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SpellChecker/src/options.h')
-rw-r--r--plugins/SpellChecker/src/options.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/SpellChecker/src/options.h b/plugins/SpellChecker/src/options.h
index 073864cdd7..65e33c0f4e 100644
--- a/plugins/SpellChecker/src/options.h
+++ b/plugins/SpellChecker/src/options.h
@@ -53,9 +53,6 @@ extern Options opts;
// Initializations needed by options
void InitOptions();
-// Deinitializations needed by options
-void DeInitOptions();
-
// Loads the options from DB
// It don't need to be called, except in some rare cases
void LoadOptions();