mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[poincare] Remove unused code
This commit is contained in:
@@ -107,11 +107,6 @@ public:
|
||||
virtual float characteristicXRange(Context & context, Preferences::AngleUnit angleUnit) const;
|
||||
bool isOfType(Type * types, int length) const;
|
||||
|
||||
// Useful to avoid parsing incorrect expressions as cos(2,3,4)
|
||||
virtual bool hasValidNumberOfOperands(int nbChildren) const { return numberOfChildren() == nbChildren; }
|
||||
|
||||
/* Comparison */
|
||||
|
||||
/* Simplification */
|
||||
/* SimplificationOrder returns:
|
||||
* 1 if e1 > e2
|
||||
|
||||
Reference in New Issue
Block a user