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_panel.h | |
| parent | c0d3ccb11d1bc31767a431c72f99e4a84c26b194 (diff) | |
Remove unused setup stuff in DownloadCertificatePanel.
Diffstat (limited to 'src/wx/download_certificate_panel.h')
| -rw-r--r-- | src/wx/download_certificate_panel.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/download_certificate_panel.h b/src/wx/download_certificate_panel.h index 258d5ab25..98e48de39 100644 --- a/src/wx/download_certificate_panel.h +++ b/src/wx/download_certificate_panel.h @@ -32,8 +32,6 @@ class DownloadCertificatePanel : public wxPanel public: DownloadCertificatePanel (wxWindow* parent, DownloadCertificateDialog* dialog); - /* Do any setup that may take a noticeable amount of time */ - virtual void setup () {} virtual bool ready_to_download () const = 0; virtual void do_download (wxStaticText* message) = 0; virtual wxString name () const = 0; |
