diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-01-22 01:19:14 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-01-22 01:19:14 +0100 |
| commit | 42ff8a5202f7f6133fe0847c45a2d406ce617aa1 (patch) | |
| tree | 79b68f0785a8392858f2c3ad85d5c16826229a32 | |
| parent | 1dc6582928b72c151c2ba5c3b8e9b9fd16905e3e (diff) | |
Remove unused variables.
| -rw-r--r-- | src/wx/verify_dcp_dialog.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/wx/verify_dcp_dialog.h b/src/wx/verify_dcp_dialog.h index 86cbabab3..dc1810d12 100644 --- a/src/wx/verify_dcp_dialog.h +++ b/src/wx/verify_dcp_dialog.h @@ -33,8 +33,4 @@ class VerifyDCPDialog : public wxDialog { public: VerifyDCPDialog (wxWindow* parent, std::shared_ptr<VerifyDCPJob> job); - -private: - wxStaticText* _summary; - std::map<dcp::VerificationNote::Type, wxRichTextCtrl*> _pages; }; |
