summaryrefslogtreecommitdiff
path: root/src/math-equation.c
diff options
context:
space:
mode:
authorrbuj <[email protected]>2020-11-19 11:44:14 +0100
committerraveit65 <[email protected]>2020-11-24 23:40:13 +0100
commitc37bfa84db83ebbe48fefdf3401c6ea4182cc9b0 (patch)
tree28fed6e46d2828386a38eefd5d6e151bc9c03e5e /src/math-equation.c
parent0ee339f2571c7266646dc522969b6121d6a03ce7 (diff)
downloadmate-calc-c37bfa84db83ebbe48fefdf3401c6ea4182cc9b0.tar.bz2
mate-calc-c37bfa84db83ebbe48fefdf3401c6ea4182cc9b0.tar.xz
Remove unused macros
Diffstat (limited to 'src/math-equation.c')
-rw-r--r--src/math-equation.c2
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 */