Skip to content

Commit

Permalink
Don't needlessly (re-)create default directories on apple platforms (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
warmenhoven authored Jan 5, 2024
1 parent 0761248 commit ca6e60f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions frontend/drivers/platform_darwin.m
Original file line number Diff line number Diff line change
Expand Up @@ -473,10 +473,6 @@ static void frontend_darwin_get_env(int *argc, char *argv[],
strlcpy(g_defaults.dirs[DEFAULT_DIR_CACHE],
temp_dir,
sizeof(g_defaults.dirs[DEFAULT_DIR_CACHE]));

#ifndef IS_SALAMANDER
dir_check_defaults("custom.ini");
#endif
}

static int frontend_darwin_get_rating(void)
Expand Down

0 comments on commit ca6e60f

Please sign in to comment.