summaryrefslogtreecommitdiff
path: root/slideshow/source
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source')
-rw-r--r--slideshow/source/engine/animationnodes/nodetools.cxx8
-rw-r--r--slideshow/source/engine/animationnodes/nodetools.hxx3
2 files changed, 0 insertions, 11 deletions
diff --git a/slideshow/source/engine/animationnodes/nodetools.cxx b/slideshow/source/engine/animationnodes/nodetools.cxx
index b4b0bbc364fa..4fac68ccd3e4 100644
--- a/slideshow/source/engine/animationnodes/nodetools.cxx
+++ b/slideshow/source/engine/animationnodes/nodetools.cxx
@@ -58,14 +58,6 @@ namespace slideshow
++debugGetCurrentOffset();
}
-
- void debugNodesShowTreeWithin( const BaseNode* pNode )
- {
- if( pNode )
- pNode->showTreeFromWithin();
-
- ++debugGetCurrentOffset();
- }
#endif
AttributableShapeSharedPtr lookupAttributableShape( const ShapeManagerSharedPtr& rShapeManager,
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.