1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-23 06:44:38 +01:00

Remove declarations of unimplemented functions (#7615)

This commit is contained in:
Michał Janiszewski
2018-06-02 13:51:23 +02:00
committed by Hielke Morsink
parent 9ee1a1f4df
commit debb6cd46c
6 changed files with 0 additions and 11 deletions

View File

@@ -126,7 +126,6 @@ static void window_title_command_editor_tool_down(rct_window * w, rct_widgetinde
static void window_title_command_editor_invalidate(rct_window * w);
static void window_title_command_editor_paint(rct_window * w, rct_drawpixelinfo * dpi);
static void window_title_command_editor_textinput(rct_window * w, rct_widgetindex widgetIndex, char * text);
static void window_title_command_editor_inputsize(rct_window * w);
static void scenario_select_callback(const utf8 * path);
static sint32 get_command_info_index(sint32 index);
static TITLE_COMMAND_ORDER get_command_info(sint32 index);