Skip to content

Commit

Permalink
Remove a comment that is no longer true
Browse files Browse the repository at this point in the history
  • Loading branch information
AI0867 committed Nov 27, 2013
1 parent db76fa3 commit a5ab4d7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/filesystem.hpp
Expand Up @@ -94,10 +94,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);
Expand Down

0 comments on commit a5ab4d7

Please sign in to comment.