mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-24 08:12:53 +01:00
Remove unused update event.
This commit is contained in:
@@ -50,7 +50,6 @@ static rct_widget window_scenery_scatter_widgets[] = {
|
||||
static void window_scenery_scatter_close(rct_window* w);
|
||||
static void window_scenery_scatter_mouseup(rct_window* w, rct_widgetindex widgetIndex);
|
||||
static void window_scenery_scatter_mousedown(rct_window* w, rct_widgetindex widgetIndex, rct_widget* widget);
|
||||
static void window_scenery_scatter_update(rct_window* w);
|
||||
static void window_scenery_scatter_invalidate(rct_window* w);
|
||||
static void window_scenery_scatter_paint(rct_window* w, rct_drawpixelinfo* dpi);
|
||||
static void window_scenery_scatter_textinput(rct_window* w, rct_widgetindex widgetIndex, char* text);
|
||||
@@ -64,7 +63,7 @@ static rct_window_event_list window_clear_scenery_events = {
|
||||
window_scenery_scatter_mousedown,
|
||||
nullptr,
|
||||
nullptr,
|
||||
window_scenery_scatter_update,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
nullptr,
|
||||
@@ -198,11 +197,6 @@ static void window_scenery_scatter_inputsize(rct_window* w, rct_widgetindex widg
|
||||
window_text_input_open(w, widgetindex, STR_SELECTION_SIZE, STR_ENTER_SELECTION_SIZE, STR_NONE, STR_NONE, maxlen);
|
||||
}
|
||||
|
||||
static void window_scenery_scatter_update(rct_window* w)
|
||||
{
|
||||
w->frame_no++;
|
||||
}
|
||||
|
||||
static void window_scenery_scatter_invalidate(rct_window* w)
|
||||
{
|
||||
// Set the preview image button to be pressed down
|
||||
|
||||
Reference in New Issue
Block a user