summaryrefslogtreecommitdiff
path: root/src/effectmanager.cpp
diff options
context:
space:
mode:
authorIra Rice <irarice@gmail.com>2009-01-06 00:20:40 -0700
committerIra Rice <irarice@gmail.com>2009-01-06 00:20:40 -0700
commitc38a213e2a70c00b338d9e3fe284a3e7ed336b44 (patch)
treecaac2f99c3c37a518af27b28c60c5b682842b318 /src/effectmanager.cpp
parent6cf01b1bd92cfb9bb3b074b6a4976cbe99f965c2 (diff)
downloadmana-client-c38a213e2a70c00b338d9e3fe284a3e7ed336b44.tar.gz
mana-client-c38a213e2a70c00b338d9e3fe284a3e7ed336b44.tar.bz2
mana-client-c38a213e2a70c00b338d9e3fe284a3e7ed336b44.tar.xz
mana-client-c38a213e2a70c00b338d9e3fe284a3e7ed336b44.zip
Fixed the windows cbp file, deleted some files which we don't use, and
fixed a few compiler warnings noticed from building in windows. Signed-off-by: Ira Rice <irarice@gmail.com>
Diffstat (limited to 'src/effectmanager.cpp')
-rw-r--r--src/effectmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/effectmanager.cpp b/src/effectmanager.cpp
index 89bbf8f5..1fdf87e8 100644
--- a/src/effectmanager.cpp
+++ b/src/effectmanager.cpp
@@ -44,7 +44,7 @@ EffectManager::EffectManager()
for_each_xml_child_node(node, root)
{
- int id;
+ //int id;
if (xmlStrEqual(node->name, BAD_CAST "effect"))
{