From acc9075a58e8c2a43ee4f43cace682845644e8be Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 26 Jul 2022 09:39:30 +0200 Subject: Remove redundant Fl_PostScript_Graphics_Driver::color() under Pango. --- src/drivers/PostScript/Fl_PostScript_Graphics_Driver.H | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/drivers/PostScript/Fl_PostScript_Graphics_Driver.H') diff --git a/src/drivers/PostScript/Fl_PostScript_Graphics_Driver.H b/src/drivers/PostScript/Fl_PostScript_Graphics_Driver.H index 7d8b54dca..dc6cc974e 100644 --- a/src/drivers/PostScript/Fl_PostScript_Graphics_Driver.H +++ b/src/drivers/PostScript/Fl_PostScript_Graphics_Driver.H @@ -76,9 +76,6 @@ public: void draw(const char* s, int nBytes, float x, float y) {transformed_draw(s,nBytes,x,y); } void draw(int angle, const char *str, int n, int x, int y) {Fl_Cairo_Graphics_Driver::draw(angle, str, n, x, y);} - void color(Fl_Color c); - void color(uchar r, uchar g, uchar b) {Fl_Cairo_Graphics_Driver::color(r,g,b);} - Fl_Color color(); void point(int x, int y); int not_clipped(int x, int y, int w, int h); int clip_box(int x, int y, int w, int h, int &X, int &Y, int &W, int &H); -- cgit v1.2.3