summaryrefslogtreecommitdiff
path: root/window.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-01-14 19:41:24 +0000
committertron <tron@openttd.org>2005-01-14 19:41:24 +0000
commit4136f395bf45b537d9756efb045c7db4bafa975d (patch)
treefe3cba09d040c9758bc87544422fdeda37fc6bdc /window.h
parent9d1f7e7348f77639c0fb8697e147de2e901f3545 (diff)
downloadopenttd-4136f395bf45b537d9756efb045c7db4bafa975d.tar.xz
(svn r1508) Remove duplicate declarations and include proper headers where necessary
Diffstat (limited to 'window.h')
-rw-r--r--window.h2
1 files changed, 0 insertions, 2 deletions
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);