summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/animationnodes/basenode.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/animationnodes/basenode.hxx')
-rw-r--r--slideshow/source/engine/animationnodes/basenode.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/slideshow/source/engine/animationnodes/basenode.hxx b/slideshow/source/engine/animationnodes/basenode.hxx
index f91ee217983d..495e03f9ee5c 100644
--- a/slideshow/source/engine/animationnodes/basenode.hxx
+++ b/slideshow/source/engine/animationnodes/basenode.hxx
@@ -170,7 +170,6 @@ private:
bool isTransition( NodeState eFromState, NodeState eToState,
bool debugAssert = true ) const {
- (void) debugAssert; // avoid warning
bool const bRet =((mpStateTransitionTable[eFromState] & eToState) != 0);
OSL_ENSURE( !debugAssert || bRet, "### state unreachable!" );
return bRet;