summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-07-24 21:49:24 +0200
committerThomas Arnhold <thomas@arnhold.org>2011-07-25 15:12:14 +0200
commit31300a1b6f84aaf548af421037f9dab5e66fe48a (patch)
treec7727867d3367f76dc5331e519ff0d28adfaae01 /slideshow/source/engine/animationnodes
parenta5eb2da14e3fe7e41e1f7eb16b702644a190a463 (diff)
Remove unused Debugging stuff
If this is still needed, please revert it.
Diffstat (limited to 'slideshow/source/engine/animationnodes')
-rw-r--r--slideshow/source/engine/animationnodes/basenode.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/slideshow/source/engine/animationnodes/basenode.cxx b/slideshow/source/engine/animationnodes/basenode.cxx
index cc3cd5b6da55..f5f8113a5a2c 100644
--- a/slideshow/source/engine/animationnodes/basenode.cxx
+++ b/slideshow/source/engine/animationnodes/basenode.cxx
@@ -48,7 +48,6 @@
#include "tools.hxx"
#include "nodetools.hxx"
#include "generateevent.hxx"
-#include "debug.hxx"
#include <boost/bind.hpp>
#include <vector>
@@ -311,10 +310,6 @@ public:
mpNode->meCurrState = meToState;
clear();
}
-
- // Uncomment the following line to write the node tree to file on
- // every state change of one of its nodes.
- // Debug_ShowNodeTree(mpNode->mpSelf);
}
void clear() {