gio/gbufferedinputstream: fix redundant-decls of g_buffered_input_stream_finalize()
authorDjalal Harouni <tixxdz@opendz.org>
Thu, 17 Oct 2013 01:04:20 +0000 (02:04 +0100)
committerDan Winship <danw@gnome.org>
Sat, 19 Oct 2013 16:18:55 +0000 (12:18 -0400)
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

gio/gbufferedinputstream.c

index 8d9890b..6b9257a 100644 (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,