summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/nodetools.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2012-04-11 10:08:16 +0100
committerCaolán McNamara <caolanm@redhat.com>2012-04-11 12:06:24 +0100
commitbb7d331ecdb3a0a4723f770a9f891c00f4a25dbf (patch)
tree0aba373af9d4e699a6ceee6c2d209da69b0297ed /slideshow/source/engine/animationnodes/nodetools.hxx
parent1ed856c2653a029846f31f190ca837824c704cac (diff)
callcatcher: update list
Diffstat (limited to 'slideshow/source/engine/animationnodes/nodetools.hxx')
-rw-r--r--slideshow/source/engine/animationnodes/nodetools.hxx3
1 files changed, 0 insertions, 3 deletions
diff --git a/slideshow/source/engine/animationnodes/nodetools.hxx b/slideshow/source/engine/animationnodes/nodetools.hxx
index 44109a175235..4882a2a35660 100644
--- a/slideshow/source/engine/animationnodes/nodetools.hxx
+++ b/slideshow/source/engine/animationnodes/nodetools.hxx
@@ -41,10 +41,8 @@
#if OSL_DEBUG_LEVEL >= 2 && defined(DBG_UTIL)
# define DEBUG_NODES_SHOWTREE(a) debugNodesShowTree(a);
-# define DEBUG_NODES_SHOWTREE_WITHIN(a) debugNodesShowTreeWithin(a);
#else
# define DEBUG_NODES_SHOWTREE(a)
-# define DEBUG_NODES_SHOWTREE_WITHIN(a)
#endif
namespace slideshow
@@ -58,7 +56,6 @@ namespace slideshow
#if OSL_DEBUG_LEVEL >= 2 && defined(DBG_UTIL)
int& debugGetCurrentOffset();
void debugNodesShowTree( const BaseNode* );
- void debugNodesShowTreeWithin( const BaseNode* );
#endif
/** Look up an AttributableShape from ShapeManager.