summaryrefslogtreecommitdiff
path: root/src/window_func.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-06 21:28:30 +0000
committerrubidium <rubidium@openttd.org>2008-05-06 21:28:30 +0000
commit8796331d83e09dda2ac4642f9215845cc2dd321c (patch)
tree248a2b8909d0045aad2724ae25b5f9064e597dd1 /src/window_func.h
parent7b6ce158fe49d95f4e732ceb8372e2b06fabc559 (diff)
downloadopenttd-8796331d83e09dda2ac4642f9215845cc2dd321c.tar.xz
(svn r12975) -Codechange: replace DeleteWindow(w) with delete w.
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 10e0513df..851d207ce 100644
--- a/src/window_func.h
+++ b/src/window_func.h
@@ -13,7 +13,6 @@ void SendWindowMessage(WindowClass wnd_class, WindowNumber wnd_num, int msg, int
void SendWindowMessageClass(WindowClass wnd_class, int msg, int wparam, int lparam);
Window *FindWindowById(WindowClass cls, WindowNumber number);
-void DeleteWindow(Window *w);
void ChangeWindowOwner(PlayerID old_player, PlayerID new_player);
void ResizeWindow(Window *w, int x, int y);