diff options
Diffstat (limited to 'src/math-equation.c')
-rw-r--r-- | src/math-equation.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/math-equation.c b/src/math-equation.c index c739197..8f8c1c1 100644 --- a/src/math-equation.c +++ b/src/math-equation.c @@ -49,8 +49,6 @@ enum { static GType number_mode_type, number_format_type, angle_unit_type; -#define MAX_DIGITS 512 - /* Expression mode state */ typedef struct { MPNumber ans; /* Previously calculated answer */ |