From 1cabfa1a3fa019eff1454dcf6462905e1fa834b6 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 27 Dec 2018 12:27:42 +0300 Subject: code cleaning --- plugins/CrashDumper/src/stdafx.h | 17 ----------------- 1 file changed, 17 deletions(-) (limited to 'plugins/CrashDumper/src/stdafx.h') 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: -- cgit v1.2.3