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 authored and cbeck88 committed Oct 20, 2014
1 parent 3cfcfec commit 0bcb62f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/filesystem.hpp
Expand Up @@ -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);
Expand Down

0 comments on commit 0bcb62f

Please sign in to comment.