diff options
| author | Manolo Gouy <Manolo> | 2016-02-27 18:05:36 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-02-27 18:05:36 +0000 |
| commit | 1883e9d3868d501a55c56438a5eb0b830febfbe7 (patch) | |
| tree | 55f1b01d7f6979840ec686e86d56090634b81db0 | |
| parent | d67e9ccb73bff691d5e5ae53fab64206558c3069 (diff) | |
Remove declaration of Fl_Quartz_Graphics_Driver::create_offscreen_with_alpha() no longer used.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11248 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H index 52b0c9943..94bbf000c 100644 --- a/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H +++ b/src/drivers/Quartz/Fl_Quartz_Graphics_Driver.H @@ -61,9 +61,6 @@ public: fl_uintptr_t cache(Fl_Pixmap *img, int w, int h, const char *const*array); fl_uintptr_t cache(Fl_Bitmap *img, int w, int h, const uchar *array); void uncache(Fl_RGB_Image *img, fl_uintptr_t &id_, fl_uintptr_t &mask_); -#if ! defined(FL_DOXYGEN) - static Fl_Offscreen create_offscreen_with_alpha(int w, int h); -#endif void copy_offscreen(int x, int y, int w, int h, Fl_Offscreen pixmap, int srcx, int srcy); void draw_CGImage(CGImageRef cgimg, int x, int y, int w, int h, int srcx, int srcy, int sw, int sh); protected: |
