(svn r11596) -Codechange: Use the Window member HandleButtonClick and remove its now useless counterpart function
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user