diff options
author | rubidium <rubidium@openttd.org> | 2008-04-19 13:28:48 +0000 |
---|---|---|
committer | rubidium <rubidium@openttd.org> | 2008-04-19 13:28:48 +0000 |
commit | 752c8d8f2e966bd9102c1e73b9af99aa58b053b4 (patch) | |
tree | 1335dbfefd8d6660d08423960108556156cc3359 /src/window_func.h | |
parent | 24b5c910398a06f4bacb54338399fc3b413cdee7 (diff) | |
download | openttd-752c8d8f2e966bd9102c1e73b9af99aa58b053b4.tar.xz |
(svn r12790) -Codechange: code style fixes. Patch by Alberth.
Diffstat (limited to 'src/window_func.h')
-rw-r--r-- | src/window_func.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/window_func.h b/src/window_func.h index 9b6b6f66c..10e0513df 100644 --- a/src/window_func.h +++ b/src/window_func.h @@ -32,7 +32,6 @@ void DeleteNonVitalWindows(); void DeleteAllNonVitalWindows(); void HideVitalWindows(); void ShowVitalWindows(); -Window **FindWindowZPosition(const Window *w); void InvalidateWindow(WindowClass cls, WindowNumber number); void InvalidateWindowWidget(WindowClass cls, WindowNumber number, byte widget_index); |