[epiphany/wip/sync: 4/13] bookmark: Remove unused default interface vtable



commit bb457889b2e38fbbdc225d39ca294a5ce06e8fcc
Author: Gabriel Ivascu <ivascu gabriel59 gmail com>
Date:   Wed Mar 22 22:55:13 2017 +0200

    bookmark: Remove unused default interface vtable

 src/bookmarks/ephy-bookmark.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/bookmarks/ephy-bookmark.c b/src/bookmarks/ephy-bookmark.c
index cea89da..b3a8317 100644
--- a/src/bookmarks/ephy-bookmark.c
+++ b/src/bookmarks/ephy-bookmark.c
@@ -57,7 +57,6 @@ struct _EphyBookmark {
 };
 
 static JsonSerializableIface *serializable_iface = NULL;
-static EphySynchronizableInterface *synchronizable_iface = NULL;
 
 static void json_serializable_iface_init (gpointer g_iface);
 static void ephy_synchronizable_iface_init (EphySynchronizableInterface *iface);
@@ -451,8 +450,6 @@ free_serialized:
 static void
 ephy_synchronizable_iface_init (EphySynchronizableInterface *iface)
 {
-  synchronizable_iface = g_type_default_interface_peek (EPHY_TYPE_SYNCHRONIZABLE);
-
   iface->get_id = ephy_bookmark_synchronizable_get_id;
   iface->set_id = ephy_bookmark_synchronizable_set_id;
   iface->get_modification_time = ephy_bookmark_synchronizable_get_modification_time;


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