From 427e4dbc7a31407f3e8ca80f2dd2a84869af4b3d Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Thu, 24 Mar 2022 10:00:01 +0100 Subject: Remove platform-dependent type Fl_Bitmask (not in documented public API). --- src/Fl_Graphics_Driver.cxx | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'src/Fl_Graphics_Driver.cxx') diff --git a/src/Fl_Graphics_Driver.cxx b/src/Fl_Graphics_Driver.cxx index 1b617ff16..d0f663877 100644 --- a/src/Fl_Graphics_Driver.cxx +++ b/src/Fl_Graphics_Driver.cxx @@ -455,10 +455,7 @@ void Fl_Graphics_Driver::draw_image(Fl_Draw_Image_Cb cb, void* data, int X,int Y void Fl_Graphics_Driver::draw_image_mono(Fl_Draw_Image_Cb cb, void* data, int X,int Y,int W,int H, int D) {} /** Support function for image drawing */ -Fl_Bitmask Fl_Graphics_Driver::create_bitmask(int w, int h, const uchar *array) {return 0; } - -/** Support function for image drawing */ -void Fl_Graphics_Driver::delete_bitmask(Fl_Bitmask bm) {} +void Fl_Graphics_Driver::delete_bitmask(fl_uintptr_t /*bm*/) {} /** see fl_point() */ void Fl_Graphics_Driver::point(int x, int y) {} -- cgit v1.2.3