diff options
author | belugas <belugas@openttd.org> | 2007-12-08 03:10:50 +0000 |
---|---|---|
committer | belugas <belugas@openttd.org> | 2007-12-08 03:10:50 +0000 |
commit | 73c58d8a409d7e5f3dbb864be893a1c0b34defd6 (patch) | |
tree | 4035aa66fcd85e5b6485927f6941345900ada009 /src/window.h | |
parent | b23f824f1848186dd37ee7616a1df58b439b5315 (diff) | |
download | openttd-73c58d8a409d7e5f3dbb864be893a1c0b34defd6.tar.xz |
(svn r11596) -Codechange: Use the Window member HandleButtonClick and remove its now useless counterpart function
Diffstat (limited to 'src/window.h')
-rw-r--r-- | src/window.h | 1 |
1 files changed, 0 insertions, 1 deletions
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(); |