]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/timer.cpp
use GTKRemoveMnemonics instead of wxStripMenuCodes
[wxWidgets.git] / src / motif / timer.cpp
index d80d3c52438e1dd932ecf173730bb27348f0f5a1..edf7f20a5e1d9d15d2d5c66002ad17ea88d3ddd4 100644 (file)
@@ -9,10 +9,6 @@
 // Licence:    wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
-#pragma implementation "timer.h"
-#endif
-
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
@@ -30,7 +26,7 @@
 
 #include "wx/motif/private.h"
 
-IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxEvtHandler);
+IMPLEMENT_ABSTRACT_CLASS(wxTimer, wxEvtHandler)
 
 WX_DECLARE_VOIDPTR_HASH_MAP(wxTimer*, wxTimerHashMap);