[glib] gio/gbufferedinputstream: fix redundant-decls of	g_buffered_input_stream_finalize()
- From: Dan Winship <danw src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [glib] gio/gbufferedinputstream: fix redundant-decls of	g_buffered_input_stream_finalize()
 
- Date: Sat, 19 Oct 2013 16:21:18 +0000 (UTC)
 
commit d308ede4912213ab64ca98f47a6710091f3ca27f
Author: Djalal Harouni <tixxdz opendz org>
Date:   Thu Oct 17 02:04:20 2013 +0100
    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
 gio/gbufferedinputstream.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/gio/gbufferedinputstream.c b/gio/gbufferedinputstream.c
index 8d9890b..6b9257a 100644
--- a/gio/gbufferedinputstream.c
+++ b/gio/gbufferedinputstream.c
@@ -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,
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]