summaryrefslogtreecommitdiff
path: root/src/window_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2009-09-30 21:00:35 +0000
committerrubidium <rubidium@openttd.org>2009-09-30 21:00:35 +0000
commit00324050930287e25d9a616f12cdf1421c3445e7 (patch)
tree9b463f5f1c52a367a2b364754d8697ff149145eb /src/window_func.h
parent2fa312aab9f7bcad6689f9da9dc92b0b096b0247 (diff)
downloadopenttd-00324050930287e25d9a616f12cdf1421c3445e7.tar.xz
(svn r17673) -Codechange: make InvalidateThisWindowData a function of the window class
Diffstat (limited to 'src/window_func.h')
-rw-r--r--src/window_func.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window_func.h b/src/window_func.h
index f14d94459..feadd7a18 100644
--- a/src/window_func.h
+++ b/src/window_func.h
@@ -27,7 +27,6 @@ void ResetWindowSystem();
void SetupColoursAndInitialWindow();
void InputLoop();
-void InvalidateThisWindowData(Window *w, int data = 0);
void InvalidateWindowData(WindowClass cls, WindowNumber number, int data = 0);
void InvalidateWindowClassesData(WindowClass cls, int data = 0);