summaryrefslogtreecommitdiffstats
path: root/src/Data/Gate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Data/Gate.cpp')
-rw-r--r--src/Data/Gate.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Data/Gate.cpp b/src/Data/Gate.cpp
index 62794c2..5b497e7 100644
--- a/src/Data/Gate.cpp
+++ b/src/Data/Gate.cpp
@@ -33,7 +33,6 @@ Gate::Gate(xmlpp::Element *node) : gateNode(node) {
triangles.push_back(new Triangle(tNode));
}
- id = node->get_attribute_value("id");
room1 = node->get_attribute_value("room1");
room2 = node->get_attribute_value("room2");
}