summaryrefslogtreecommitdiff
path: root/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-07-08 08:56:07 +0200
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2019-07-08 08:56:07 +0200
commit58dad3bda20c880777c1f35dace07b460f49800f (patch)
tree49dbb8dd479956064d4eede5397350822876d1bb /src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H
parent3c41e2d372d35c6a9681b50750486543ea01577b (diff)
Fl_Quartz_Copy_Surface_Driver: minor code reorganisation.
Diffstat (limited to 'src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H')
-rw-r--r--src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H b/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H
index 938600dac..087a9fe4c 100644
--- a/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H
+++ b/src/drivers/Quartz/Fl_Quartz_Copy_Surface_Driver.H
@@ -28,8 +28,6 @@ class Fl_Quartz_Copy_Surface_Driver : public Fl_Copy_Surface_Driver {
protected:
CFMutableDataRef pdfdata;
CGContextRef gc;
- void prepare_copy_pdf_and_tiff(int w, int h);
- void init_PDF_context(int w, int h);
static size_t MyPutBytes(void* info, const void* buffer, size_t count);
Fl_Quartz_Copy_Surface_Driver(int w, int h);
// implemented in Fl_cocoa.mm because uses Objective-c