summaryrefslogtreecommitdiff
path: root/rotord/src/xmlIO.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'rotord/src/xmlIO.cpp')
-rw-r--r--rotord/src/xmlIO.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/rotord/src/xmlIO.cpp b/rotord/src/xmlIO.cpp
index f2abe27..be5efc0 100644
--- a/rotord/src/xmlIO.cpp
+++ b/rotord/src/xmlIO.cpp
@@ -272,7 +272,7 @@ int xmlIO::getNumTags(const string& tag){
//grab the handle from the level we are at
//normally this is the doc but could be a pushed node
- TiXmlHandle tagHandle = storedHandle;
+ //TiXmlHandle tagHandle = storedHandle;
int count = 0;