eliminated unused var

This commit is contained in:
Stefan Frederik 2020-12-23 05:09:14 +01:00
parent d0fb5f94e0
commit 69b465805a
1 changed files with 1 additions and 1 deletions

View File

@ -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;