X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aea37008b79b8415dc25156f843287827b62ce3a..6b4f099df5e71af0449049ce0a19e7863915ee44:/src/common/event.cpp?ds=inline 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;