diff options
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();
|