Remove unused Expr operations ENTITY and POINT.
These weren't even used in any code, only defined.
This commit is contained in:
parent
c5082f73a4
commit
9c4d1cb9b0
|
@ -20,10 +20,6 @@ public:
|
||||||
// if we know that the param table won't move around)
|
// if we know that the param table won't move around)
|
||||||
PARAM_PTR = 1,
|
PARAM_PTR = 1,
|
||||||
|
|
||||||
// These are used only for user-entered expressions.
|
|
||||||
POINT = 10,
|
|
||||||
ENTITY = 11,
|
|
||||||
|
|
||||||
CONSTANT = 20,
|
CONSTANT = 20,
|
||||||
|
|
||||||
PLUS = 100,
|
PLUS = 100,
|
||||||
|
@ -55,7 +51,6 @@ public:
|
||||||
double v;
|
double v;
|
||||||
hParam parh;
|
hParam parh;
|
||||||
Param *parp;
|
Param *parp;
|
||||||
hEntity entity;
|
|
||||||
Expr *b;
|
Expr *b;
|
||||||
|
|
||||||
// For use while parsing
|
// For use while parsing
|
||||||
|
|
Loading…
Reference in New Issue
Block a user