From e0cb6bd23b21f126bde42f74f4b1a798c3e15b0f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Thu, 7 Jan 2010 07:03:58 +0100 Subject: Major cleanup Much better now! --- src/Data/Level.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/Data/Level.h') diff --git a/src/Data/Level.h b/src/Data/Level.h index 34b5b1a..52b4d55 100644 --- a/src/Data/Level.h +++ b/src/Data/Level.h @@ -60,9 +60,7 @@ class Level { const std::list& getGates() const {return gates;} - Gate* getGate(const Glib::ustring &id) const; - - Gate* addGate(const Glib::ustring &id); + Gate* addGate(); void removeGate(Gate *gate); const std::list& getTextures() const {return textures;} -- cgit v1.2.3