summaryrefslogtreecommitdiff
path: root/gtk/gtkicontheme.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-02-02 00:44:01 +0100
committerAlexander Larsson <alexl@redhat.com>2020-02-04 16:43:59 +0100
commit48b97919890134748a83afbeac71929d7ab57330 (patch)
tree94e5b45ebe2476e41c15ae29d9f346ebc32b9a0b /gtk/gtkicontheme.h
parent4c3363b8c22e8ef688486289cbbc9f73d33e1dc0 (diff)
downloadgtk+-48b97919890134748a83afbeac71929d7ab57330.tar.gz
icontheme: Remove gtk_icon_theme_rescan_if_needed()
If the icon theme needs to be rescanned, it should just do it. If it doesn't, there's no need for this function. Ergo: Don't have the function.
Diffstat (limited to 'gtk/gtkicontheme.h')
-rw-r--r--gtk/gtkicontheme.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk/gtkicontheme.h b/gtk/gtkicontheme.h
index f1a01773bf..442ff8c26c 100644
--- a/gtk/gtkicontheme.h
+++ b/gtk/gtkicontheme.h
@@ -149,8 +149,6 @@ GtkIcon * gtk_icon_theme_lookup_by_gicon (GtkIconTheme
GDK_AVAILABLE_IN_ALL
GList * gtk_icon_theme_list_icons (GtkIconTheme *self,
const gchar *context);
-GDK_AVAILABLE_IN_ALL
-gboolean gtk_icon_theme_rescan_if_needed (GtkIconTheme *self);
GDK_AVAILABLE_IN_ALL