diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-04-08 21:42:29 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-04-08 22:00:52 -0600 |
commit | c8b0e10348ea28da418985c997b324cfce865064 (patch) | |
tree | 5d1f047064295d203a4734f2099d8ecb61c7f2ae /src/resources/mapreader.h | |
parent | db3bc0a260cd26ee58d53d2b0531d0c0c471ccd0 (diff) | |
download | mana-c8b0e10348ea28da418985c997b324cfce865064.tar.gz mana-c8b0e10348ea28da418985c997b324cfce865064.tar.bz2 mana-c8b0e10348ea28da418985c997b324cfce865064.tar.xz mana-c8b0e10348ea28da418985c997b324cfce865064.zip |
Fix handling of "../" and fix a bug in TSX handling
Diffstat (limited to 'src/resources/mapreader.h')
-rw-r--r-- | src/resources/mapreader.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/resources/mapreader.h b/src/resources/mapreader.h index e815e0c9..dc8a48ec 100644 --- a/src/resources/mapreader.h +++ b/src/resources/mapreader.h @@ -67,11 +67,6 @@ class MapReader */ static Tileset *readTileset(xmlNodePtr node, const std::string &path, Map *map); - - /** - * Gets an integer property from an xmlNodePtr. - */ - static int getProperty(xmlNodePtr node, const char* name, int def); }; #endif |