summaryrefslogtreecommitdiff
path: root/src/plot/generic.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/plot/generic.c')
-rw-r--r--src/plot/generic.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/plot/generic.c b/src/plot/generic.c
index f9ea76d..5479b2e 100644
--- a/src/plot/generic.c
+++ b/src/plot/generic.c
@@ -139,7 +139,6 @@ static bool find_span(const int *p, int n, int x, int y, int *x0, int *x1)
x0_min = x1_min = INT_MIN;
x0c = x1c = 0;
- *x0 = *x1 = INT_MAX;
/* search row for next span, returning it if one exists */
do {