diff options
author | George Hazan <george.hazan@gmail.com> | 2012-12-02 19:55:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-12-02 19:55:35 +0000 |
commit | 839847588d79b53441c55438eb028bd2966fb088 (patch) | |
tree | 5c32e2fc58177476b74a20066c2c302dcd0f265b /plugins/SpellChecker/src/options.h | |
parent | 2686f1005c9a2055a41486946e5722cf182a97b6 (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.h | 3 |
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();
|