Remove unused member variable from listctrl sample
No real changes, just remove a stray declaration.
This commit is contained in:
@@ -79,7 +79,6 @@ public:
|
|||||||
|
|
||||||
private:
|
private:
|
||||||
void ShowContextMenu(const wxPoint& pos, long item);
|
void ShowContextMenu(const wxPoint& pos, long item);
|
||||||
wxLog *m_logOld;
|
|
||||||
void SetColumnImage(int col, int image);
|
void SetColumnImage(int col, int image);
|
||||||
|
|
||||||
void LogEvent(const wxListEvent& event, const wxString& eventName);
|
void LogEvent(const wxListEvent& event, const wxString& eventName);
|
||||||
|
Reference in New Issue
Block a user