aboutsummaryrefslogtreecommitdiff
path: root/engines/tony/mpal/expr.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/tony/mpal/expr.h')
-rw-r--r--engines/tony/mpal/expr.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/engines/tony/mpal/expr.h b/engines/tony/mpal/expr.h
index 7d7ca09c41..17e9c1264b 100644
--- a/engines/tony/mpal/expr.h
+++ b/engines/tony/mpal/expr.h
@@ -47,7 +47,6 @@ namespace MPAL {
*/
const byte *ParseExpression(const byte *lpBuf, HGLOBAL *h);
-
/**
* Calculate the value of a mathamatical expression
*
@@ -56,7 +55,6 @@ const byte *ParseExpression(const byte *lpBuf, HGLOBAL *h);
*/
int EvaluateExpression(HGLOBAL h);
-
/**
* Compare two mathematical expressions together
*