diff options
author | Matthias Clasen <mclasen@redhat.com> | 2015-11-18 08:07:32 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2015-11-25 22:19:33 -0500 |
commit | 74e95093a36dd30311e619141de4b1e0a33f19a2 (patch) | |
tree | a4f8301639ecebbecb495af0946a6a46d08cfa98 /src | |
parent | 54830949597c2e8efa1f423bf6b9b8d0b97f76b5 (diff) | |
download | glade-74e95093a36dd30311e619141de4b1e0a33f19a2.tar.gz |
Drop deprecated style properties
These have no effect anymore, other than causing warnings.
https://bugzilla.gnome.org/show_bug.cgi?id=758280
Diffstat (limited to 'src')
-rw-r--r-- | src/glade-close-button.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/glade-close-button.c b/src/glade-close-button.c index a1f6a4ac..62ad51ec 100644 --- a/src/glade-close-button.c +++ b/src/glade-close-button.c @@ -36,11 +36,6 @@ glade_close_button_class_init (GladeCloseButtonClass *klass) { static const gchar button_style[] = "* {\n" - "-GtkButton-default-border : 0;\n" - "-GtkButton-default-outside-border : 0;\n" - "-GtkButton-inner-border: 0;\n" - "-GtkWidget-focus-line-width : 0;\n" - "-GtkWidget-focus-padding : 0;\n" "padding: 0;\n" "}"; |