[evolution-data-server] EDataFactory: Remove redundant interface declaration.



commit d38cd6a8bcb51b35ed9f5565cf1001068c160058
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Apr 15 11:57:33 2012 -0400

    EDataFactory: Remove redundant interface declaration.
    
    EDataFactory's base class (EDBusServer) is already extensible.

 libebackend/e-data-factory.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libebackend/e-data-factory.c b/libebackend/e-data-factory.c
index 4dea1cb..8ebb0a2 100644
--- a/libebackend/e-data-factory.c
+++ b/libebackend/e-data-factory.c
@@ -52,8 +52,7 @@ static void	e_data_factory_initable_init	(GInitableIface *interface);
 
 G_DEFINE_ABSTRACT_TYPE_WITH_CODE (
 	EDataFactory, e_data_factory, E_TYPE_DBUS_SERVER,
-	G_IMPLEMENT_INTERFACE (G_TYPE_INITABLE, e_data_factory_initable_init)
-	G_IMPLEMENT_INTERFACE (E_TYPE_EXTENSIBLE, NULL))
+	G_IMPLEMENT_INTERFACE (G_TYPE_INITABLE, e_data_factory_initable_init))
 
 static void
 data_factory_last_client_gone_cb (EBackend *backend,



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