diff options
author | Kirill Volinsky <Mataes2007@gmail.com> | 2018-12-27 10:57:29 +0300 |
---|---|---|
committer | Kirill Volinsky <Mataes2007@gmail.com> | 2018-12-27 10:57:29 +0300 |
commit | df19001fa48529bd59096ebd9a0b1ce669278532 (patch) | |
tree | c473fae78e845a207d06e35f2e87580160c85db8 /plugins/IgnoreState/src/stdafx.h | |
parent | 02c1073358630dc010bc74df7e35e14d30d58488 (diff) |
IgnoreState: options class structure fix
Diffstat (limited to 'plugins/IgnoreState/src/stdafx.h')
-rw-r--r-- | plugins/IgnoreState/src/stdafx.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/plugins/IgnoreState/src/stdafx.h b/plugins/IgnoreState/src/stdafx.h index 056dc3a602..b7fced8013 100644 --- a/plugins/IgnoreState/src/stdafx.h +++ b/plugins/IgnoreState/src/stdafx.h @@ -68,20 +68,4 @@ VOID fill_filter(); extern HANDLE hExtraIcon;
-class COptDialog : public CDlgBase
-{
-private:
- CCtrlTreeView m_tvFilter;
- CCtrlCheck m_chkIgnoreAll;
-
-protected:
- bool OnInitDialog() override;
- bool OnApply() override;
-
- void OnIgnoreAllChange(CCtrlBase*);
-
-public:
- COptDialog();
-};
-
#endif //COMMHEADERS_H
|