[gtk/kill-containers: 53/55] dialog: Remove an unused struct



commit f72d672434e2b6e3a535258968e350e8d72c8f44
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 0fbb5c3be7..fe101744ea 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]