diff options
author | Timm Bäder <mail@baedert.org> | 2016-10-05 18:35:06 +0200 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2016-10-16 18:17:21 +0200 |
commit | ed184b393593059f9c99280fb9ca685a36a483a1 (patch) | |
tree | 8dc1bb882f646dab94ce7a8e09ab7f1c1ca1bcde /gtk/gtkfilechooserbutton.c | |
parent | 5b00a31c3056097084bc64a3ae8da6d54db5ee73 (diff) | |
download | gtk+-ed184b393593059f9c99280fb9ca685a36a483a1.tar.gz |
Remove GtkIconFactory
Move the icon size lookup API into gtkicontheme.c
Diffstat (limited to 'gtk/gtkfilechooserbutton.c')
-rw-r--r-- | gtk/gtkfilechooserbutton.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk/gtkfilechooserbutton.c b/gtk/gtkfilechooserbutton.c index 981b4d439e..d201db9caf 100644 --- a/gtk/gtkfilechooserbutton.c +++ b/gtk/gtkfilechooserbutton.c @@ -38,7 +38,6 @@ #include "gtkdnd.h" #include "gtkdragdest.h" #include "gtkicontheme.h" -#include "deprecated/gtkiconfactory.h" #include "gtkimage.h" #include "gtklabel.h" #include "gtkliststore.h" |