]> de.git.xonotic.org Git - xonotic/netradiant.git/blobdiff - radiant/dialog.h
Purge GTK forward declarations
[xonotic/netradiant.git] / radiant / dialog.h
index 85b2d8a9465b9ddf36f376d8a9b06bd42454d07c..d202f83ace294301d3f8b374d67d9b1e9f9fa3aa 100644 (file)
@@ -93,12 +93,6 @@ struct DLG_DATA
        virtual void exportData() const = 0;
 };
 
-typedef struct _GtkToggleButton GtkToggleButton;
-typedef struct _GtkRadioButton GtkRadioButton;
-typedef struct _GtkSpinButton GtkSpinButton;
-typedef struct _GtkComboBox GtkComboBox;
-typedef struct _GtkEntry GtkEntry;
-typedef struct _GtkAdjustment GtkAdjustment;
 
 template<typename FirstArgument>
 class CallbackDialogData;