mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-15 12:08:04 +02: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);
|
return g_task_propagate_int (G_TASK (result), error);
|
||||||
}
|
}
|
||||||
|
|
||||||
typedef struct {
|
|
||||||
GInputStream *source;
|
|
||||||
gpointer user_data;
|
|
||||||
GAsyncReadyCallback callback;
|
|
||||||
} SpliceUserData;
|
|
||||||
|
|
||||||
static void
|
static void
|
||||||
async_ready_splice_callback_wrapper (GObject *source_object,
|
async_ready_splice_callback_wrapper (GObject *source_object,
|
||||||
GAsyncResult *res,
|
GAsyncResult *res,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user