summaryrefslogtreecommitdiffstats
path: root/src/util/expression-evaluator.cpp
diff options
context:
space:
mode:
authorMatthew Petroff <matthew@mpetroff.net>2013-09-16 19:58:54 +0000
committerMatthew Petroff <matthew@mpetroff.net>2013-09-16 19:58:54 +0000
commit73b19d666ad7cb32ed829757227d1d7f229714e5 (patch)
tree308a6094fe24b9428205a528793abd0b3ce3595c /src/util/expression-evaluator.cpp
parentFix 3d box document unit change undo bug. (diff)
downloadinkscape-73b19d666ad7cb32ed829757227d1d7f229714e5.tar.gz
inkscape-73b19d666ad7cb32ed829757227d1d7f229714e5.zip
Comment clean up.
(bzr r12475.1.27)
Diffstat (limited to 'src/util/expression-evaluator.cpp')
-rw-r--r--src/util/expression-evaluator.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/util/expression-evaluator.cpp b/src/util/expression-evaluator.cpp
index 2fb57e783..3b7e77c6c 100644
--- a/src/util/expression-evaluator.cpp
+++ b/src/util/expression-evaluator.cpp
@@ -62,9 +62,6 @@ ExpressionEvaluator::ExpressionEvaluator(const char *string, Unit *unit) :
* Evaluates the given arithmetic expression, along with an optional dimension
* analysis, and basic unit conversions.
*
- * @param string The NULL-terminated string to be evaluated.
- * @param unit_resolver_proc Unit resolver callback.
- *
* All units conversions factors are relative to some implicit
* base-unit. This is also the unit of the returned value.
*