mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
GOutputStream: Remove unused SpliceUserData struct
This commit is contained in:
parent
90f726f6b9
commit
b029135ed4
@ -876,12 +876,6 @@ g_output_stream_write_bytes_finish (GOutputStream *stream,
|
||||
return g_task_propagate_int (G_TASK (result), error);
|
||||
}
|
||||
|
||||
typedef struct {
|
||||
GInputStream *source;
|
||||
gpointer user_data;
|
||||
GAsyncReadyCallback callback;
|
||||
} SpliceUserData;
|
||||
|
||||
static void
|
||||
async_ready_splice_callback_wrapper (GObject *source_object,
|
||||
GAsyncResult *res,
|
||||
|
Loading…
Reference in New Issue
Block a user