diff options
author | trav90 <travawine@protonmail.ch> | 2018-04-06 07:53:35 -0500 |
---|---|---|
committer | trav90 <travawine@protonmail.ch> | 2018-04-06 07:53:35 -0500 |
commit | fa8c3a20c6ae0adcb2fc5b50f40debb972ec48ba (patch) | |
tree | 6b5a1b6665125806bdb4a298f984fcf5ccbaef2a /widget/gtk/nsLookAndFeel.h | |
parent | 3203c21a801b034e7d8c8ce2e4cd802adc37b1fc (diff) | |
download | UXP-fa8c3a20c6ae0adcb2fc5b50f40debb972ec48ba.tar UXP-fa8c3a20c6ae0adcb2fc5b50f40debb972ec48ba.tar.gz UXP-fa8c3a20c6ae0adcb2fc5b50f40debb972ec48ba.tar.lz UXP-fa8c3a20c6ae0adcb2fc5b50f40debb972ec48ba.tar.xz UXP-fa8c3a20c6ae0adcb2fc5b50f40debb972ec48ba.zip |
[GTK3] Use WidgetCache to get colors at nsLookAndFeel for GtkButton, GtkWindow, GtkScrollBar
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 |