Remove unused member variable from listctrl sample

No real changes, just remove a stray declaration.
This commit is contained in:
Vadim Zeitlin 2019-10-22 18:48:15 +02:00
parent 3d488ef8a3
commit 8587a96d70

View File

@ -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);