From 4e3d140c4859124ae4cd87789d009c4a973d62c3 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Tue, 10 Dec 2013 22:09:24 -0800 Subject: Remove unused function TDrawArc Suggested by cppcheck Signed-off-by: Alan Coopersmith --- transform.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'transform.h') diff --git a/transform.h b/transform.h index 58238c4..ad17ca7 100644 --- a/transform.h +++ b/transform.h @@ -56,9 +56,6 @@ typedef struct _TRectangle { extern void TFillPolygon ( Display *dpy, Drawable d, GC gc, Transform *t, TPoint *points, int n_points, int shape, int mode ); -extern void TDrawArc ( Display *dpy, Drawable d, GC gc, Transform *t, - double x, double y, double width, double height, - int angle1, int angle2 ); extern void TFillArc ( Display *dpy, Drawable d, GC gc, Transform *t, double x, double y, double width, double height, int angle1, int angle2 ); -- cgit v1.2.3