diff options
| author | Matthew Petroff <matthew@mpetroff.net> | 2013-09-16 19:58:54 +0000 |
|---|---|---|
| committer | Matthew Petroff <matthew@mpetroff.net> | 2013-09-16 19:58:54 +0000 |
| commit | 73b19d666ad7cb32ed829757227d1d7f229714e5 (patch) | |
| tree | 308a6094fe24b9428205a528793abd0b3ce3595c /src/util/expression-evaluator.cpp | |
| parent | Fix 3d box document unit change undo bug. (diff) | |
| download | inkscape-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.cpp | 3 |
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. * |
