From 9472ff546cc0b4150d4dec89b48b3e4814b421f6 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Sun, 31 Mar 2024 16:55:49 +0200 Subject: Implement and document new class Fl_PDF_File_Surface --- src/drivers/PostScript/Fl_PostScript_image.cxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/drivers/PostScript/Fl_PostScript_image.cxx') diff --git a/src/drivers/PostScript/Fl_PostScript_image.cxx b/src/drivers/PostScript/Fl_PostScript_image.cxx index c78627727..9b5fe1668 100644 --- a/src/drivers/PostScript/Fl_PostScript_image.cxx +++ b/src/drivers/PostScript/Fl_PostScript_image.cxx @@ -70,7 +70,6 @@ void Fl_PostScript_Graphics_Driver::draw_image(const uchar *data, int ix, int iy #if USE_PANGO -#if !FLTK_USE_CAIRO static void destroy_BGRA(void *data) { delete[] (uchar*)data; @@ -182,7 +181,6 @@ void Fl_PostScript_Graphics_Driver::draw_rgb_bitmap_(Fl_Image *img,int XP, int Y } } -#endif // !FLTK_USE_CAIRO #else // ! USE_PANGO -- cgit v1.2.3