]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/event.cpp
source id type is unsigned; minor cleanup
[wxWidgets.git] / src / common / event.cpp
index 385f51604062988e827b9f077c3d05f135a0422b..abde457635ea0ea08180470b94f66dfba64ee834 100644 (file)
@@ -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;