From 8587a96d70a9934c13a49eb5944b3795351bf416 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 22 Oct 2019 18:48:15 +0200 Subject: [PATCH] Remove unused member variable from listctrl sample No real changes, just remove a stray declaration. --- samples/listctrl/listtest.h | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/listctrl/listtest.h b/samples/listctrl/listtest.h index d44fec3b18..40af8628cb 100644 --- a/samples/listctrl/listtest.h +++ b/samples/listctrl/listtest.h @@ -79,7 +79,6 @@ public: private: void ShowContextMenu(const wxPoint& pos, long item); - wxLog *m_logOld; void SetColumnImage(int col, int image); void LogEvent(const wxListEvent& event, const wxString& eventName);