X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c2ca375c5620209d77a88d2d378bdcdedbc82e7e..8946ede10c2702c7acbb194fe8bd2793d7fb8358:/src/palmos/timer.cpp diff --git a/src/palmos/timer.cpp b/src/palmos/timer.cpp index 8b7241b828..37ec7bd3d9 100644 --- a/src/palmos/timer.cpp +++ b/src/palmos/timer.cpp @@ -30,12 +30,6 @@ #include "wx/hashmap.h" #endif -#include "wx/palmos/private.h" - -// from utils.cpp -extern "C" WXDLLIMPEXP_BASE HWND -wxCreateHiddenWindow(LPCTSTR *pclassname, LPCTSTR classname, WNDPROC wndproc); - // ---------------------------------------------------------------------------- // private globals // ---------------------------------------------------------------------------- @@ -51,8 +45,6 @@ static wxTimerMap g_timerMap; // private functions // ---------------------------------------------------------------------------- -void WINAPI wxTimerProc(HWND hwnd, WORD, int idTimer, DWORD); - // ============================================================================ // implementation // ============================================================================ @@ -86,8 +78,4 @@ void wxProcessTimer(wxPalmOSTimerImpl& timer) { } -void WINAPI wxTimerProc(HWND WXUNUSED(hwnd), WORD, int idTimer, DWORD) -{ -} - #endif // wxUSE_TIMER