From 15b337d3f4caa3fa71160dc93b7caf4f2c098b06 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 26 Nov 2024 16:55:51 +0300 Subject: fixes #4692 (SpellChecker to use the native Windows speller if present) --- plugins/SpellChecker/src/stdafx.h | 1 - 1 file changed, 1 deletion(-) (limited to 'plugins/SpellChecker/src/stdafx.h') diff --git a/plugins/SpellChecker/src/stdafx.h b/plugins/SpellChecker/src/stdafx.h index 57eeba34e8..a7ff2b119e 100644 --- a/plugins/SpellChecker/src/stdafx.h +++ b/plugins/SpellChecker/src/stdafx.h @@ -83,7 +83,6 @@ struct CMPlugin : public PLUGIN std::map locales; - CComPtr m_speller; CComPtr m_spellFactory; int Load() override; -- cgit v1.2.3