From 1165edf662baa3286ff76df54f2db6819340d0a3 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Wed, 1 Jul 2009 13:53:06 +0000 Subject: remove redundant clg call svn path=/trunk/netsurf/; revision=8240 --- desktop/plotters.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'desktop/plotters.h') diff --git a/desktop/plotters.h b/desktop/plotters.h index 7feae4929..8a7183f89 100644 --- a/desktop/plotters.h +++ b/desktop/plotters.h @@ -38,7 +38,6 @@ typedef unsigned long bitmap_flags_t; /** Set of target specific plotting functions. * * The functions are: - * clg - Clears plotting area to a flat colour (if needed) * arc - Plots an arc, around (x,y), from anticlockwise from angle1 to * angle2. Angles are measured anticlockwise from horizontal, in * degrees. @@ -95,7 +94,6 @@ typedef unsigned long bitmap_flags_t; * 3 | | | | | | */ struct plotter_table { - bool (*clg)(colour c); bool (*rectangle)(int x0, int y0, int width, int height, int line_width, colour c, bool dotted, bool dashed); bool (*line)(int x0, int y0, int x1, int y1, int width, -- cgit v1.2.3