FLTK logo

[master] d4472e5 - Remove useless typedef declaration.

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.commit  ]
 
Previous Message ]Next Message ]

[master] d4472e5 - Remove useless typedef declaration. "ManoloFLTK" May 06, 2022  
 
commit d4472e5e53ff44bf14d4d5749b7858e6bac663bc
Author:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
AuthorDate: Fri May 6 09:52:52 2022 +0200
Commit:     ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>
CommitDate: Fri May 6 09:52:52 2022 +0200

    Remove useless typedef declaration.

 src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H | 1 -
 1 file changed, 1 deletion(-)

diff --git src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H
index f5c9d8f..7299908 100644
--- src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H
+++ src/drivers/Cocoa/Fl_Cocoa_Window_Driver.H
@@ -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);
Direct Link to Message ]
 
     
Previous Message ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.