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/Gate.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/Data/Gate.cpp') 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"); } -- cgit v1.2.3