From f27103846110329bdd74c3229596ff3e229be1b0 Mon Sep 17 00:00:00 2001 From: belugas Date: Sat, 8 Dec 2007 03:10:50 +0000 Subject: (svn r11596) -Codechange: Use the Window member HandleButtonClick and remove its now useless counterpart function --- src/window.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/window.h') diff --git a/src/window.h b/src/window.h index f2b910cea..1fae1a5ca 100644 --- a/src/window.h +++ b/src/window.h @@ -646,7 +646,6 @@ int GetWidgetFromPos(const Window *w, int x, int y); void DrawWindowWidgets(const Window *w); void ShowDropDownMenu(Window *w, const StringID *strings, int selected, int button, uint32 disabled_mask, uint32 hidden_mask); -void HandleButtonClick(Window *w, byte widget); Window *GetCallbackWnd(); void DeleteNonVitalWindows(); -- cgit v1.2.3-70-g09d2