]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/timer.cpp
Trace module initialization and cleanup.
[wxWidgets.git] / src / motif / timer.cpp
index 8fab6d35c1afa2d9a82485528d31ad4caeeee5fe..b6e108dee0925f03da75b014c77b97d635fdef42 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"
 
@@ -81,7 +77,7 @@ bool wxTimer::Start(int milliseconds, bool mode)
                             m_milli,
                             (XtTimerCallbackProc) wxTimerCallback,
                             (XtPointer) this);
-    return TRUE;
+    return true;
 }
 
 void wxTimer::Stop()