summaryrefslogtreecommitdiffstats
path: root/src/Data/Level.h
diff options
context:
space:
mode:
authorMatthias Schiffer <matthias@gamezock.de>2010-01-07 07:03:58 +0100
committerMatthias Schiffer <matthias@gamezock.de>2010-01-07 07:03:58 +0100
commite0cb6bd23b21f126bde42f74f4b1a798c3e15b0f (patch)
treebc9aba37b5b4c6edeb8725720c2ebfe5e80643ab /src/Data/Level.h
parentd71148392055eec06460fa24e3747d2c55d96b38 (diff)
downloadzoomedit-e0cb6bd23b21f126bde42f74f4b1a798c3e15b0f.tar
zoomedit-e0cb6bd23b21f126bde42f74f4b1a798c3e15b0f.zip
Major cleanup
Much better now!
Diffstat (limited to 'src/Data/Level.h')
-rw-r--r--src/Data/Level.h4
1 files changed, 1 insertions, 3 deletions
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<Gate*>& 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<Texture*>& getTextures() const {return textures;}