diff options
author | New Tobin Paradigm <email@mattatobin.com> | 2018-04-13 00:46:18 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-13 00:46:18 -0400 |
commit | a22bf0142f842fd7efe27acf7a0d906dab501517 (patch) | |
tree | 1d4c1faf790128d2fcbaa16574423db8c142612d /widget/gtk/nsLookAndFeel.h | |
parent | ff362dd20098bb3b2122fb7c7daf1d057b29c570 (diff) | |
parent | a0a79a9aa3af02ece6d18b5ee91bab9989941a41 (diff) | |
download | UXP-a22bf0142f842fd7efe27acf7a0d906dab501517.tar UXP-a22bf0142f842fd7efe27acf7a0d906dab501517.tar.gz UXP-a22bf0142f842fd7efe27acf7a0d906dab501517.tar.lz UXP-a22bf0142f842fd7efe27acf7a0d906dab501517.tar.xz UXP-a22bf0142f842fd7efe27acf7a0d906dab501517.zip |
Merge pull request #136 from trav90/gtk-work
Improve GTK3 support
Diffstat (limited to 'widget/gtk/nsLookAndFeel.h')
-rw-r--r-- | widget/gtk/nsLookAndFeel.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/widget/gtk/nsLookAndFeel.h b/widget/gtk/nsLookAndFeel.h index 9058250b9..726859b41 100644 --- a/widget/gtk/nsLookAndFeel.h +++ b/widget/gtk/nsLookAndFeel.h @@ -33,9 +33,6 @@ public: protected: #if (MOZ_WIDGET_GTK == 2) struct _GtkStyle *mStyle; -#else - struct _GtkStyleContext *mBackgroundStyle; - struct _GtkStyleContext *mButtonStyle; #endif // Cached fonts |