Remove unused variables.
authorCarl Hetherington <cth@carlh.net>
Fri, 22 Jan 2021 00:19:14 +0000 (01:19 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 22 Jan 2021 00:19:14 +0000 (01:19 +0100)
src/wx/verify_dcp_dialog.h

index 86cbabab385a4b92cc3b75b27cb2370054db6cb1..dc1810d125a42bdcc5725e29d0a91c3ffba608f9 100644 (file)
@@ -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;
 };