[grilo-plugins] pocket: Remove unused functions



commit bc5881fed56fc891131c9d0941c0d474db53f6b3
Author: Bastien Nocera <hadess hadess net>
Date:   Thu Feb 13 03:58:28 2014 +0100

    pocket: Remove unused functions
    
    https://bugzilla.gnome.org/show_bug.cgi?id=724265

 src/pocket/grl-pocket.c |   14 --------------
 1 files changed, 0 insertions(+), 14 deletions(-)
---
diff --git a/src/pocket/grl-pocket.c b/src/pocket/grl-pocket.c
index 99b2578..bdfcbd9 100644
--- a/src/pocket/grl-pocket.c
+++ b/src/pocket/grl-pocket.c
@@ -69,8 +69,6 @@ typedef struct {
 
 static GrlPocketSource *grl_pocket_source_new (GnomePocket *pocket);
 
-static void grl_pocket_source_finalize (GObject *object);
-
 gboolean grl_pocket_plugin_init (GrlRegistry *registry,
                                  GrlPlugin   *plugin,
                                  GList       *configs);
@@ -204,11 +202,8 @@ grl_pocket_source_new (GnomePocket *pocket)
 static void
 grl_pocket_source_class_init (GrlPocketSourceClass * klass)
 {
-  GObjectClass *object_class = G_OBJECT_CLASS (klass);
   GrlSourceClass *source_class = GRL_SOURCE_CLASS (klass);
 
-  object_class->finalize = grl_pocket_source_finalize;
-
   source_class->supported_keys = grl_pocket_source_supported_keys;
   source_class->browse = grl_pocket_source_browse;
   source_class->cancel = grl_pocket_source_cancel;
@@ -222,15 +217,6 @@ grl_pocket_source_init (GrlPocketSource *source)
   source->priv = GRL_POCKET_SOURCE_GET_PRIVATE(source);
 }
 
-static void
-grl_pocket_source_finalize (GObject *object)
-{
-  GrlPocketSource *source = GRL_POCKET_SOURCE (object);
-  GrlPocketSourcePrivate *priv = GRL_POCKET_SOURCE (source)->priv;
-
-  G_OBJECT_CLASS (grl_pocket_source_parent_class)->finalize (object);
-}
-
 /* ================== API Implementation ================ */
 
 static const GList *


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]