]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - include/qerplugin.h
Purge GTK forward declarations
[xonotic/netradiant.git] / include / qerplugin.h
index 4adefa361281bb30261bcb404b5b25d9071626d0..8e56da9c158785003341b871de212c6a4c85ecc9 100644 (file)
@@ -85,7 +85,6 @@ typedef bool ( *PFN_QERAPP_COLORDIALOG )( ui::Widget parent, Vector3& color,
 
 // load a .bmp file and create a GtkImage widget from it
 // NOTE: 'filename' is relative to <radiant_path>/plugins/bitmaps/
-typedef struct _GtkImage GtkImage;
 typedef ui::Image ( *PFN_QERAPP_NEWIMAGE )( const char* filename );
 
 // ========================================