From: Matthias Clasen Date: Sat, 28 Mar 2020 14:15:50 +0000 (-0400) Subject: accellabel: Drop unused class fields X-Git-Tag: archive/raspbian/4.4.1+ds1-2+rpi1^2~18^2~19^2~18^2~7 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b14d99ad7a97b97ded84520944aba7146c9b25a8;p=gtk4.git accellabel: Drop unused class fields We are not using these anymore. --- diff --git a/gtk/gtkaccellabel.c b/gtk/gtkaccellabel.c index 73634b397f..7b83dbad5b 100644 --- a/gtk/gtkaccellabel.c +++ b/gtk/gtkaccellabel.c @@ -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, };