diff options
author | Benjamin Otte <otte@redhat.com> | 2020-02-02 01:05:42 +0100 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2020-02-04 16:43:59 +0100 |
commit | 4b96ba592f56fb9553cdeda616b7cc62c5c4c09b (patch) | |
tree | 2f6bf4268e39b78fe5fd755f76e9f2d817f9e8b0 /gtk/gtkicontheme.h | |
parent | 7e8d8218b93f164169014f6149db4a89f86343bd (diff) | |
download | gtk+-4b96ba592f56fb9553cdeda616b7cc62c5c4c09b.tar.gz |
icontheme: Remove gtk_icon_get_base_size() and gtk_icon_get_base_dir()
Those functions are unused and the documentation says "Returns some
random number that the icon theme creator chose" which does not seem at
all useful and an implementation detail.
So get rid of it.
Diffstat (limited to 'gtk/gtkicontheme.h')
-rw-r--r-- | gtk/gtkicontheme.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h index aad41ca274..55d85d6778 100644 --- a/gtk/gtkicontheme.h +++ b/gtk/gtkicontheme.h @@ -155,10 +155,6 @@ GDK_AVAILABLE_IN_ALL GType gtk_icon_get_type (void) G_GNUC_CONST; GDK_AVAILABLE_IN_ALL -gint gtk_icon_get_base_size (GtkIcon *self); -GDK_AVAILABLE_IN_ALL -gint gtk_icon_get_base_scale (GtkIcon *self); -GDK_AVAILABLE_IN_ALL const gchar * gtk_icon_get_filename (GtkIcon *self); GDK_AVAILABLE_IN_ALL gboolean gtk_icon_is_symbolic (GtkIcon *self); |