1
0
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:
janisozaur
2016-05-13 19:21:58 +02:00
committed by Ted John
parent feb140b84c
commit ca430e1b23
50 changed files with 15 additions and 109 deletions

View File

@@ -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];