summaryrefslogtreecommitdiff
path: root/desktop/plotters.h
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/plotters.h')
-rw-r--r--desktop/plotters.h2
1 files changed, 0 insertions, 2 deletions
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,