summaryrefslogtreecommitdiff
path: root/src/map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map.h')
-rw-r--r--src/map.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/map.h b/src/map.h
index 38d63285..d3bf20b1 100644
--- a/src/map.h
+++ b/src/map.h
@@ -94,11 +94,6 @@ class Map
~Map();
/**
- * Loads a map file (gat).
- */
- static Map *load(const std::string &mapFile);
-
- /**
* Draws the map to the given graphics output.
*/
void draw(Graphics *graphics, int scrollX, int scrollY, int layer);