forked from AuroraMiddleware/gtk
accellabel: Drop unused class fields
We are not using these anymore.
This commit is contained in:
parent
329638280c
commit
b14d99ad7a
@ -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, };
|
||||
|
Loading…
Reference in New Issue
Block a user