diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-08-14 23:46:05 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-08-15 10:57:06 +0100 |
| commit | 7459697905a79ff36c8cd676a9b2f150f6491d6d (patch) | |
| tree | 6057357bd48882df577a676572fecf3bf4ae894b /src/wx/download_certificate_dialog.h | |
| parent | c0d3ccb11d1bc31767a431c72f99e4a84c26b194 (diff) | |
Remove unused setup stuff in DownloadCertificatePanel.
Diffstat (limited to 'src/wx/download_certificate_dialog.h')
| -rw-r--r-- | src/wx/download_certificate_dialog.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/wx/download_certificate_dialog.h b/src/wx/download_certificate_dialog.h index dcb0a952a..0df504975 100644 --- a/src/wx/download_certificate_dialog.h +++ b/src/wx/download_certificate_dialog.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2014-2015 Carl Hetherington <cth@carlh.net> + Copyright (C) 2014-2018 Carl Hetherington <cth@carlh.net> This file is part of DCP-o-matic. @@ -39,7 +39,6 @@ private: wxNotebook* _notebook; std::vector<DownloadCertificatePanel*> _pages; - std::vector<bool> _setup; wxButton* _download; wxStaticText* _message; }; |
