diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-09-11 20:04:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-09-11 20:04:10 +0300 |
commit | bbc86b94fbe27e2ed4c05e7c2ac42037338e961e (patch) | |
tree | b16704b23d99aed5cabe51ba2a0f80fb48d32cb0 /src/spellmanager.h | |
parent | 5019ae8009921a95770959b5f5a92854203d2755 (diff) | |
download | plus-bbc86b94fbe27e2ed4c05e7c2ac42037338e961e.tar.gz plus-bbc86b94fbe27e2ed4c05e7c2ac42037338e961e.tar.bz2 plus-bbc86b94fbe27e2ed4c05e7c2ac42037338e961e.tar.xz plus-bbc86b94fbe27e2ed4c05e7c2ac42037338e961e.zip |
Remove support for legacy configuration in SpellManager.
Diffstat (limited to 'src/spellmanager.h')
-rw-r--r-- | src/spellmanager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/spellmanager.h b/src/spellmanager.h index 814cbf5db..809e9efa2 100644 --- a/src/spellmanager.h +++ b/src/spellmanager.h @@ -56,7 +56,7 @@ class SpellManager final void invoke(const int spellId) const; - void load(const bool oldConfig = false); + void load(); void save() const; |