X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ae3c17b4013e80b99976c750c19fca47729517f6..4b7d829b21556feef6c3b4d45d48b523f60a0dda:/interface/wx/timer.h diff --git a/interface/wx/timer.h b/interface/wx/timer.h index 49de74c8ef..e46170d0fc 100644 --- a/interface/wx/timer.h +++ b/interface/wx/timer.h @@ -8,7 +8,6 @@ /** @class wxTimer - @wxheader{timer.h} The wxTimer class allows you to execute code at specified intervals. Its precision is platform-dependent, but in general will not be better than 1ms nor @@ -130,7 +129,6 @@ public: /** @class wxTimerEvent - @wxheader{timer.h} wxTimerEvent object is passed to the event handler of timer events.