[gtk/image-loading: 49/59] texture: Remove declaration for nonexisting function




commit 100b0bf7d92d490254e900052f2b351b29fa19fc
Author: Benjamin Otte <otte redhat com>
Date:   Tue Sep 14 16:26:05 2021 +0200

    texture: Remove declaration for nonexisting function

 gdk/gdktextureprivate.h | 3 ---
 1 file changed, 3 deletions(-)
---
diff --git a/gdk/gdktextureprivate.h b/gdk/gdktextureprivate.h
index 29fca0a9ba..f4cb5eab66 100644
--- a/gdk/gdktextureprivate.h
+++ b/gdk/gdktextureprivate.h
@@ -35,9 +35,6 @@ struct _GdkTextureClass {
                                                          gsize                   stride);
 };
 
-gpointer                gdk_texture_new                 (const GdkTextureClass  *klass,
-                                                         int                     width,
-                                                         int                     height);
 GdkTexture *            gdk_texture_new_for_surface     (cairo_surface_t        *surface);
 cairo_surface_t *       gdk_texture_download_surface    (GdkTexture             *texture);
 /* NB: GdkMemoryTexture */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]