[gtk/kill-containers: 75/76] dialog: Remove an unused struct



commit 2c84499045ad6dbd6cd7114fa10c65bf5ad9a502
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri May 8 23:30:25 2020 -0400

    dialog: Remove an unused struct

 gtk/gtkdialog.c | 5 -----
 1 file changed, 5 deletions(-)
---
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c
index 627d06c9f9..8b9a49bf92 100644
--- a/gtk/gtkdialog.c
+++ b/gtk/gtkdialog.c
@@ -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,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]