From 0bcb62f5191f03ada52232af459f348ceefb8d14 Mon Sep 17 00:00:00 2001 From: "Alexander van Gessel (AI0867)" Date: Sat, 24 Nov 2012 17:07:45 +0100 Subject: [PATCH] Remove a comment that is no longer true --- src/filesystem.hpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/filesystem.hpp b/src/filesystem.hpp index 72ef781ae916..2f1c2f225931 100644 --- a/src/filesystem.hpp +++ b/src/filesystem.hpp @@ -95,10 +95,7 @@ bool looks_like_pbl(const std::string& file); // Basic disk I/O: -/** Basic disk I/O - read file. - * The bool relative_from_game_path determines whether relative paths should be treated as relative - * to the game path (true) or to the current directory from which Wesnoth was run (false). - */ +/** Basic disk I/O - read file. */ std::string read_file(const std::string &fname); std::istream *istream_file(const std::string &fname); std::ostream *ostream_file(std::string const &fname);