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)
|
||||
PARAM_PTR = 1,
|
||||
|
||||
// These are used only for user-entered expressions.
|
||||
POINT = 10,
|
||||
ENTITY = 11,
|
||||
|
||||
CONSTANT = 20,
|
||||
|
||||
PLUS = 100,
|
||||
|
@ -55,7 +51,6 @@ public:
|
|||
double v;
|
||||
hParam parh;
|
||||
Param *parp;
|
||||
hEntity entity;
|
||||
Expr *b;
|
||||
|
||||
// For use while parsing
|
||||
|
|
Loading…
Reference in New Issue
Block a user