From 65adc1712123f81847a85ce0374acc5a741368ec Mon Sep 17 00:00:00 2001 From: Chris Young Date: Sat, 5 Apr 2014 20:18:26 +0100 Subject: Fix a bunch of cppcheck unused/unreadVariable warnings --- amiga/plotters.c | 1 - 1 file changed, 1 deletion(-) (limited to 'amiga/plotters.c') diff --git a/amiga/plotters.c b/amiga/plotters.c index 05db67f48..7b8ad1281 100755 --- a/amiga/plotters.c +++ b/amiga/plotters.c @@ -945,7 +945,6 @@ bool ami_path(const float *p, unsigned int n, colour fill, float width, colour c, const float transform[6]) { unsigned int i; - struct bez_point *old_p; struct bez_point start_p, cur_p, p_a, p_b, p_c, p_r; #ifdef AMI_PLOTTER_DEBUG -- cgit v1.2.3