diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-04-21 08:37:04 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-04-22 12:35:22 -0400 |
commit | 98611735ec4f14fdc92719fbe9a983b5508c6e6b (patch) | |
tree | dae694c916b736eb6a278b5304ad4ef31f4d7378 /gtk/gtkiconhelper.c | |
parent | e75bc2833dbf40d8c50ff6ade4c8f868e62f5305 (diff) | |
download | gtk+-98611735ec4f14fdc92719fbe9a983b5508c6e6b.tar.gz |
Stop using the -gtk-icon-theme style property
We want to just use the current icon theme, always.
Diffstat (limited to 'gtk/gtkiconhelper.c')
-rw-r--r-- | gtk/gtkiconhelper.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkiconhelper.c b/gtk/gtkiconhelper.c index 9b68d49831..2bbbcc0354 100644 --- a/gtk/gtkiconhelper.c +++ b/gtk/gtkiconhelper.c @@ -24,7 +24,6 @@ #include <math.h> #include "gtkcssenumvalueprivate.h" -#include "gtkcssiconthemevalueprivate.h" #include "gtkcssnodeprivate.h" #include "gtkcssnumbervalueprivate.h" #include "gtkcssstyleprivate.h" |