texture: Remove declaration for nonexisting function

This commit is contained in:
Benjamin Otte 2021-09-14 16:26:05 +02:00
parent f2ca9ebbd7
commit 100b0bf7d9

View File

@ -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 */