diff options
author | Timm Bäder <mail@baedert.org> | 2019-08-30 22:58:41 +0200 |
---|---|---|
committer | Timm Bäder <mail@baedert.org> | 2019-09-09 17:36:26 +0200 |
commit | 71339225ebd8758f40d83d4930d8969b7fb04c49 (patch) | |
tree | f11860746b4fbbb413b869b74a61dc12861f7e27 /gtk/gtkicontheme.h | |
parent | 590e70d4d1f3c3d95b2d96b67aa4b0e5639e1547 (diff) | |
download | gtk+-71339225ebd8758f40d83d4930d8969b7fb04c49.tar.gz |
icontheme: Remove gtk_icon_info_load_texture
It's the same as load_icon now.
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 ba1c830ae4..d57faddc65 100644 --- a/gtk/gtkicontheme.h +++ b/gtk/gtkicontheme.h @@ -225,10 +225,6 @@ GDK_AVAILABLE_IN_ALL GdkPaintable * gtk_icon_info_load_icon (GtkIconInfo *icon_info, GError **error); GDK_AVAILABLE_IN_ALL -GdkTexture * gtk_icon_info_load_texture (GtkIconInfo *icon_info, - GError **error); - -GDK_AVAILABLE_IN_ALL void gtk_icon_info_load_icon_async (GtkIconInfo *icon_info, GCancellable *cancellable, GAsyncReadyCallback callback, |