diff --git a/src/nodeset.h b/src/nodeset.h --- a/src/nodeset.h +++ b/src/nodeset.h @@ -31,8 +31,6 @@ #include #include "node.h" -//class xmlNode; - class NodeSet : public list { public: @@ -48,10 +46,6 @@ class NodeSet : public list { n->node_set = this; } - // list getCells(void) { list cellset; @@ -156,7 +150,6 @@ class NodeSet : public list { (*n)->x-=rx; (*n)->y-=ry; - // (*n)->z -= rz; } @@ -166,7 +159,6 @@ class NodeSet : public list { void XMLAdd(xmlNode *root) const; void XMLRead(xmlNode *root, Mesh *m); private: - // list set; bool done; };