summaryrefslogtreecommitdiff
path: root/rotord/src/xmlIO.cpp
diff options
context:
space:
mode:
authorComment <tim@gray.(none)>2013-11-05 22:33:22 +0000
committerComment <tim@gray.(none)>2013-11-05 22:33:22 +0000
commit18a77356a424511e7ae1865d1554d20b4b5c51fb (patch)
tree15209fc88f1b8fd4fe2ced01ac804772c8f0a43b /rotord/src/xmlIO.cpp
parent9462492cae4d94157538f353d67f2f6daaa45259 (diff)
clean up compiler warnings
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;