dialog: Remove an unused struct

This commit is contained in:
Matthias Clasen 2020-05-08 23:30:25 -04:00
parent 5ebd42d402
commit f72d672434

View File

@ -308,11 +308,6 @@ action_widget_activated (GtkWidget *widget, GtkDialog *dialog)
gtk_dialog_response (dialog, response_id);
}
typedef struct {
GtkWidget *child;
gint response_id;
} ActionWidgetData;
static void
add_response_data (GtkDialog *dialog,
GtkWidget *child,