diff options
Diffstat (limited to 'slideshow/source/inc/expressionnodefactory.hxx')
-rw-r--r-- | slideshow/source/inc/expressionnodefactory.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/slideshow/source/inc/expressionnodefactory.hxx b/slideshow/source/inc/expressionnodefactory.hxx index f064b68cb9f0..720a0462e374 100644 --- a/slideshow/source/inc/expressionnodefactory.hxx +++ b/slideshow/source/inc/expressionnodefactory.hxx @@ -68,9 +68,6 @@ namespace slideshow The resulting expression will calculate rOuterFunction( rInnerFunction(t) ). */ - static ExpressionNodeSharedPtr createComposedExpression ( const ExpressionNodeSharedPtr& rOuterFunction, - const ExpressionNodeSharedPtr& rInnerFunction ); - static ExpressionNodeSharedPtr createMinExpression ( const ExpressionNodeSharedPtr& rOuterFunction, const ExpressionNodeSharedPtr& rInnerFunction ); |