diff options
Diffstat (limited to 'plugins/SpellChecker/src')
| -rw-r--r-- | plugins/SpellChecker/src/options.cpp | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/SpellChecker/src/options.cpp b/plugins/SpellChecker/src/options.cpp index ac2f236b5a..09157e2cb3 100644 --- a/plugins/SpellChecker/src/options.cpp +++ b/plugins/SpellChecker/src/options.cpp @@ -72,9 +72,6 @@ int InitOptionsCallback(WPARAM wParam,LPARAM lParam)  	odp.pfnDlgProc = OptionsDlgProc;
  	odp.pszTemplate = MAKEINTRESOURCEA(IDD_OPTIONS);
  	odp.flags = ODPF_BOLDGROUPS;
 -	odp.nIDBottomSimpleControl = IDC_SPELL_CHECKER;
 -	odp.expertOnlyControls = optionsExpertControls;
 -	odp.nExpertOnlyControls = SIZEOF(optionsExpertControls);
  	Options_AddPage(wParam, &odp);
  	ZeroMemory(&odp,sizeof(odp));
  | 
