diff options
author | George Hazan <ghazan@miranda.im> | 2018-12-27 12:27:42 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-12-27 12:27:50 +0300 |
commit | 1cabfa1a3fa019eff1454dcf6462905e1fa834b6 (patch) | |
tree | 031ab50de320f503fc0228d84e7308c94abc1304 /plugins/CrashDumper/src/stdafx.h | |
parent | df19001fa48529bd59096ebd9a0b1ce669278532 (diff) |
code cleaning
Diffstat (limited to 'plugins/CrashDumper/src/stdafx.h')
-rw-r--r-- | plugins/CrashDumper/src/stdafx.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/plugins/CrashDumper/src/stdafx.h b/plugins/CrashDumper/src/stdafx.h index 7a2db71c67..51c44fa0e4 100644 --- a/plugins/CrashDumper/src/stdafx.h +++ b/plugins/CrashDumper/src/stdafx.h @@ -158,23 +158,6 @@ HICON LoadIconEx(int iconId, bool big = false); void ReleaseIconEx(int iconId);
HANDLE GetIconHandle(int iconId);
-class COptDialog : public CDlgBase
-{
-private:
- CCtrlEdit m_edtUserName, m_edtPass;
- CCtrlCheck m_chkAutoUpload, m_chkClassicDates, m_chkRepSubfolder, m_chkCatchCrashes;
- CCtrlLabel m_lblRestart;
-
-protected:
- bool OnInitDialog() override;
- bool OnApply() override;
-
- void OnCatchCrashesChange(CCtrlCheck*);
-
-public:
- COptDialog();
-};
-
class CViewVersionInfo : public CDlgBase
{
private:
|