projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3296382
)
accellabel: Drop unused class fields
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 28 Mar 2020 14:15:50 +0000
(10:15 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 28 Mar 2020 14:15:50 +0000
(10:15 -0400)
We are not using these anymore.
gtk/gtkaccellabel.c
patch
|
blob
|
history
diff --git
a/gtk/gtkaccellabel.c
b/gtk/gtkaccellabel.c
index 73634b397ffcf91fffc7ffb70f9d8aec0cbbf361..7b83dbad5bfa06d761c0c0de7fce7b15a5759a46 100644
(file)
--- 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, };