X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aea37008b79b8415dc25156f843287827b62ce3a..1e510b1e2d0270caf227c3fc0cf34ae2e7dd6794:/src/common/event.cpp diff --git a/src/common/event.cpp b/src/common/event.cpp index 385f516040..abde457635 100644 --- a/src/common/event.cpp +++ b/src/common/event.cpp @@ -380,9 +380,6 @@ wxEvent::wxEvent(const wxEvent &src) wxCommandEvent::wxCommandEvent(wxEventType commandType, int theId) : wxEvent(theId, commandType) -#if WXWIN_COMPATIBILITY_2_4 - , m_commandString(this) -#endif { m_clientData = (char *) NULL; m_clientObject = (wxClientData *) NULL;