summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-11-14 23:30:58 -0500
committerMatthias Clasen <mclasen@redhat.com>2017-11-15 14:22:17 -0500
commit0d23606653fdb3473d7f56f1df14dd0f5572da97 (patch)
treea992c4e6a8b695d697a6c8dd6b03c0697e9e40db /gtk/gtkicontheme.h
parent866ff2b8f09a56cca4a7df1494c7d54a302ae956 (diff)
downloadgtk+-0d23606653fdb3473d7f56f1df14dd0f5572da97.tar.gz
Drop gtk_icon_size_lookup
Add a new, private gtk_image_get_image_size to replace it, and update the remaining callers in a suitable way.
Diffstat (limited to 'gtk/gtkicontheme.h')
-rw-r--r--gtk/gtkicontheme.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h
index b9447ba135..360e73d081 100644
--- a/gtk/gtkicontheme.h
+++ b/gtk/gtkicontheme.h
@@ -345,11 +345,6 @@ GdkPixbuf * gtk_icon_info_load_symbolic_for_context_finish (GtkIconInf
gboolean *was_symbolic,
GError **error);
-GDK_AVAILABLE_IN_ALL
-gboolean gtk_icon_size_lookup (GtkIconSize size,
- gint *width,
- gint *height);
-
G_END_DECLS