mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-31 07:53:36 +00:00
Remove warning about change of config file location under Windows, since it is frequently repeated (due to code restructures). The information is mentioned in the README anyway.
svn-id: r34104
This commit is contained in:
parent
d9d77fef03
commit
dded0de6c2
@ -304,12 +304,6 @@ static Common::String getDefaultConfigFileName() {
|
||||
GetWindowsDirectory(oldConfigFile, MAXPATHLEN);
|
||||
strcat(oldConfigFile, "\\" DEFAULT_CONFIG_FILE);
|
||||
if ((tmp = fopen(oldConfigFile, "r"))) {
|
||||
printf("The default location of the config file (scummvm.ini) in ScummVM has changed,\n");
|
||||
printf("under Windows NT4/2000/XP/Vista. You may want to consider moving your config\n");
|
||||
printf("file from the old default location:\n");
|
||||
printf("%s\n", oldConfigFile);
|
||||
printf("to the new default location:\n");
|
||||
printf("%s\n\n", configFile);
|
||||
strcpy(configFile, oldConfigFile);
|
||||
|
||||
fclose(tmp);
|
||||
|
Loading…
x
Reference in New Issue
Block a user