gdk: drop removed method from the header

This commit is contained in:
Bilal Elmoussaoui 2021-12-09 20:29:17 +00:00
parent 17c903e246
commit 57518a2bb4

View File

@ -89,10 +89,6 @@ GDK_AVAILABLE_IN_ALL
void gdk_texture_download (GdkTexture *texture,
guchar *data,
gsize stride);
GDK_AVAILABLE_IN_4_6
void gdk_texture_download_float (GdkTexture *texture,
float *data,
gsize stride);
GDK_AVAILABLE_IN_ALL
gboolean gdk_texture_save_to_png (GdkTexture *texture,
const char *filename);