mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 00:34:46 +01:00
Drop unused variables (#3586)
This commit is contained in:
@@ -224,8 +224,6 @@ bool platform_open_common_file_dialog(utf8 *outFilename, file_dialog_desc *desc)
|
||||
char *flags;
|
||||
char filter[MAX_PATH] = { 0 };
|
||||
char filterPatternRegex[64];
|
||||
char *allFilesPatternDescription;
|
||||
int allFilesPatternLength = 0;
|
||||
|
||||
size = MAX_PATH;
|
||||
dtype = get_dialog_app(executable, &size);
|
||||
@@ -397,7 +395,6 @@ utf8 *platform_open_directory_browser(utf8 *title) {
|
||||
void platform_show_messagebox(char *message) {
|
||||
size_t size;
|
||||
dialog_type dtype;
|
||||
int exit_value;
|
||||
char cmd[MAX_PATH];
|
||||
char executable[MAX_PATH];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user