diff options
Diffstat (limited to 'include/world.hpp')
-rw-r--r-- | include/world.hpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/world.hpp b/include/world.hpp index 8c241a9..fa8e4d8 100644 --- a/include/world.hpp +++ b/include/world.hpp @@ -401,9 +401,6 @@ public: // saves the world's data to an XML file void save(void); - // attempts to load world data from an XML file - void load(void); - // plays/pauses the world's music, according to if a new world is being entered void bgmPlay(World *prev) const; |