Remove useless typedef declaration.

This commit is contained in:
ManoloFLTK 2022-05-06 09:52:52 +02:00
parent 217120c281
commit d4472e5e53

View File

@ -77,7 +77,6 @@ class FL_EXPORT Fl_Cocoa_Window_Driver : public Fl_Window_Driver
private:
struct shape_data_type {
Fl_Image* shape_; ///< shape image
typedef struct CGImage* CGImageRef;
CGImageRef mask;
} *shape_data_;
void shape_bitmap_(Fl_Image* b);