accellabel: Drop unused class fields
authorMatthias Clasen <mclasen@redhat.com>
Sat, 28 Mar 2020 14:15:50 +0000 (10:15 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 28 Mar 2020 14:15:50 +0000 (10:15 -0400)
We are not using these anymore.

gtk/gtkaccellabel.c

index 73634b397ffcf91fffc7ffb70f9d8aec0cbbf361..7b83dbad5bfa06d761c0c0de7fce7b15a5759a46 100644 (file)
@@ -102,11 +102,6 @@ struct _GtkAccelLabel
 struct _GtkAccelLabelClass
 {
   GtkWidgetClass parent_class;
-
-  char *mod_name_shift;
-  char *mod_name_control;
-  char *mod_name_alt;
-  char *mod_separator;
 };
 
 GParamSpec *props[LAST_PROP] = { NULL, };