CtrlCore: Removed unnecessary ProcessPaintEvent(s)

git-svn-id: svn://ultimatepp.org/upp/trunk@6278 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
unodgs 2013-08-27 06:43:12 +00:00
parent 22555d1b5d
commit 4593c7e229

View file

@ -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);