summaryrefslogtreecommitdiff
path: root/src/window_func.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-09-13 17:37:47 +0000
committerfrosch <frosch@openttd.org>2009-09-13 17:37:47 +0000
commit734edc178db2d134923ed887b17242bbce55c802 (patch)
tree281fe56953557f05c066121821967366632a7edd /src/window_func.h
parent53cc397607222c9c1a8b56c545c5050dbc306b41 (diff)
downloadopenttd-734edc178db2d134923ed887b17242bbce55c802.tar.xz
(svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by other functions already.
Diffstat (limited to 'src/window_func.h')
-rw-r--r--src/window_func.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/window_func.h b/src/window_func.h
index 641e8f3aa..1690a310c 100644
--- a/src/window_func.h
+++ b/src/window_func.h
@@ -15,8 +15,6 @@
#include "window_type.h"
#include "company_type.h"
-void SetWindowDirty(const Window *w);
-
Window *FindWindowById(WindowClass cls, WindowNumber number);
void ChangeWindowOwner(Owner old_owner, Owner new_owner);