From 69b465805a6bf106c95a4c982b28ba39d5560621 Mon Sep 17 00:00:00 2001 From: Stefan Frederik Date: Wed, 23 Dec 2020 05:09:14 +0100 Subject: [PATCH] eliminated unused var --- src/select.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/select.c b/src/select.c index 29a3c90c..6f621b1a 100644 --- a/src/select.c +++ b/src/select.c @@ -30,7 +30,7 @@ static double xx1,yy1,xx2,yy2; void symbol_bbox(int i, double *x1,double *y1, double *x2, double *y2) { - int j, no_of_lines, tmp; + int j, tmp; xText text; const char *tmp_txt; short rot,flip;