mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-17 03:53:07 +01:00
Delete useless 'invalidate' function.
This commit is contained in:
@@ -55,8 +55,6 @@ static void custom_currency_window_dropdown(rct_window *w, int widgetIndex, int
|
||||
static void custom_currency_window_text_input(struct rct_window *w, int windgetIndex, char *text);
|
||||
static void custom_currency_window_paint(rct_window *w, rct_drawpixelinfo *dpi);
|
||||
|
||||
static void custom_currency_invalidate_money_widgets();
|
||||
|
||||
|
||||
static rct_window_event_list _windowCustomCurrencyEvents = {
|
||||
NULL,
|
||||
@@ -233,11 +231,6 @@ static void custom_currency_window_text_input(struct rct_window *w, int windgetI
|
||||
}
|
||||
}
|
||||
|
||||
static void custom_currency_invalidate_money_widgets()
|
||||
{
|
||||
window_invalidate_all();
|
||||
}
|
||||
|
||||
|
||||
static void custom_currency_window_paint(rct_window *w, rct_drawpixelinfo *dpi)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user