diff options
author | Matthias Clasen <mclasen@redhat.com> | 2022-10-09 23:30:06 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2022-10-12 15:35:00 -0400 |
commit | ee8c2a235fafb7fe8d2abadb7a406130367332b4 (patch) | |
tree | dc3e5c4c03eabd759adb2c6ff088ff47b5e99b6c /gtk/gtkicontheme.c | |
parent | 299fbfd72211f168a1c8d9b46a651e01ea0d0403 (diff) | |
download | gtk+-ee8c2a235fafb7fe8d2abadb7a406130367332b4.tar.gz |
stylecontext: Deprecate most apis
The notable exception here are the global provider apis,
which are needed in some form and don't have a replacement
yet. Move them to gtkstyleprovider.[hc], so we can wholly
deprecated gtkstylecontext.[hc].
Diffstat (limited to 'gtk/gtkicontheme.c')
-rw-r--r-- | gtk/gtkicontheme.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkicontheme.c b/gtk/gtkicontheme.c index 2c66e54ea8..c585d7bef8 100644 --- a/gtk/gtkicontheme.c +++ b/gtk/gtkicontheme.c @@ -48,7 +48,6 @@ #include "gtkprivate.h" #include "gtksettingsprivate.h" #include "gtksnapshot.h" -#include "gtkstylecontextprivate.h" #include "gtkstyleproviderprivate.h" #include "gtksymbolicpaintable.h" #include "gtkwidgetprivate.h" |