From a6deec0e11caa49b51dff397cab1c7c84bc5e9b7 Mon Sep 17 00:00:00 2001 From: Gymnasiast Date: Thu, 21 Aug 2025 21:34:44 +0200 Subject: [PATCH] Remove leftover WindowDropdownShowColourAvailable() declaration --- src/openrct2-ui/interface/Dropdown.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/openrct2-ui/interface/Dropdown.h b/src/openrct2-ui/interface/Dropdown.h index 39e19cc7e1..4d232483d7 100644 --- a/src/openrct2-ui/interface/Dropdown.h +++ b/src/openrct2-ui/interface/Dropdown.h @@ -54,8 +54,6 @@ namespace OpenRCT2::Ui::Windows void WindowDropdownShowColour( WindowBase* w, Widget* widget, ColourWithFlags dropdownColour, colour_t selectedColour, bool alwaysHideSpecialColours = false); - void WindowDropdownShowColourAvailable( - WindowBase* w, Widget* widget, uint8_t dropdownColour, uint8_t selectedColour, uint32_t availableColours); colour_t ColourDropDownIndexToColour(uint8_t ddidx);