From 734edc178db2d134923ed887b17242bbce55c802 Mon Sep 17 00:00:00 2001 From: frosch Date: Sun, 13 Sep 2009 17:37:47 +0000 Subject: (svn r17525) -Cleanup: Remove SetWindowDirty(), it is completely covered by other functions already. --- src/window_func.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/window_func.h') 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); -- cgit v1.2.3-54-g00ecf