mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-22 20:26:17 +01:00
gio/gbufferedinputstream: fix redundant-decls of g_buffered_input_stream_finalize()
g_buffered_input_stream_finalize() is already declared as static in this gbufferedinputstream.c file, so just remove the redundant declaration. Signed-off-by: Djalal Harouni <tixxdz@opendz.org> https://bugzilla.gnome.org/show_bug.cgi?id=710345
This commit is contained in:
parent
fe4967f9f1
commit
d308ede491
@ -129,8 +129,6 @@ static gboolean g_buffered_input_stream_truncate (GSeekable *se
|
||||
GCancellable *cancellable,
|
||||
GError **error);
|
||||
|
||||
static void g_buffered_input_stream_finalize (GObject *object);
|
||||
|
||||
static void compact_buffer (GBufferedInputStream *stream);
|
||||
|
||||
G_DEFINE_TYPE_WITH_CODE (GBufferedInputStream,
|
||||
|
Loading…
Reference in New Issue
Block a user