From dded0de6c245de3e80dfb4051a9828dd3ad9620e Mon Sep 17 00:00:00 2001 From: Travis Howell Date: Fri, 22 Aug 2008 13:01:23 +0000 Subject: 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 --- backends/platform/sdl/sdl.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/backends/platform/sdl/sdl.cpp b/backends/platform/sdl/sdl.cpp index fa0ea35cb5..1ed76f4be6 100644 --- a/backends/platform/sdl/sdl.cpp +++ b/backends/platform/sdl/sdl.cpp @@ -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); -- cgit v1.2.3