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:
Djalal Harouni 2013-10-17 02:04:20 +01:00 committed by Dan Winship
parent fe4967f9f1
commit d308ede491

View File

@ -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,