summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/expressionnodefactory.cxx
diff options
context:
space:
mode:
authorJoseph Powers <jpowers27@cox.net>2011-08-31 07:35:52 -0700
committerJoseph Powers <jpowers27@cox.net>2011-08-31 07:37:32 -0700
commit41449a86c459746061931d609341c0db3ec276a0 (patch)
treef7972e87bf83c700d057395b1e14586723591b5f /slideshow/source/engine/expressionnodefactory.cxx
parentfc2661c50bccc223175f04674a786191478d2ba1 (diff)
unusedcode.easy: slideshow::internal cleanup
Diffstat (limited to 'slideshow/source/engine/expressionnodefactory.cxx')
-rw-r--r--slideshow/source/engine/expressionnodefactory.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/slideshow/source/engine/expressionnodefactory.cxx b/slideshow/source/engine/expressionnodefactory.cxx
index f766eafdfabc..9922e91646ac 100644
--- a/slideshow/source/engine/expressionnodefactory.cxx
+++ b/slideshow/source/engine/expressionnodefactory.cxx
@@ -258,12 +258,6 @@ namespace slideshow
return ExpressionNodeSharedPtr( new DividesExpression(rLHS, rRHS) );
}
- ExpressionNodeSharedPtr ExpressionNodeFactory::createComposedExpression ( const ExpressionNodeSharedPtr& rOuterFunction,
- const ExpressionNodeSharedPtr& rInnerFunction )
- {
- return ExpressionNodeSharedPtr( new ComposedExpression(rOuterFunction, rInnerFunction) );
- }
-
ExpressionNodeSharedPtr ExpressionNodeFactory::createMinExpression ( const ExpressionNodeSharedPtr& rOuterFunction,
const ExpressionNodeSharedPtr& rInnerFunction )
{