diff --git a/uppsrc/CtrlCore/CtrlCore.h b/uppsrc/CtrlCore/CtrlCore.h index 212ccbd68..796678b1e 100644 --- a/uppsrc/CtrlCore/CtrlCore.h +++ b/uppsrc/CtrlCore/CtrlCore.h @@ -1134,11 +1134,6 @@ public: void SetAlpha(byte alpha); -#ifdef PLATFORM_WIN32 - static bool ProcessPaintEvent(); - static bool ProcessPaintEvents(); -#endif - static bool IsWaitingEvent(); static bool ProcessEvent(bool *quit = NULL); static bool ProcessEvents(bool *quit = NULL);