From 4136f395bf45b537d9756efb045c7db4bafa975d Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 14 Jan 2005 19:41:24 +0000 Subject: (svn r1508) Remove duplicate declarations and include proper headers where necessary --- window.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'window.h') diff --git a/window.h b/window.h index 89ae45c97..d3e07a0cf 100644 --- a/window.h +++ b/window.h @@ -511,8 +511,6 @@ void DispatchMouseWheelEvent(Window *w, uint widget, int wheel); void DrawOverlappedWindow(Window *w, int left, int top, int right, int bottom); void CallWindowEventNP(Window *w, int event); void CallWindowTickEvent(); -void DrawDirtyBlocks(); -void SetDirtyBlocks(int left, int top, int right, int bottom); void SetWindowDirty(Window *w); Window *FindWindowById(WindowClass cls, WindowNumber number); -- cgit v1.2.3-54-g00ecf