[evolution-data-server] Remove EBookBackendVCF.



commit 55e8a6170b6c294e1a9c3c4d6b446caf3fd4818f
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sat Nov 17 07:54:37 2012 -0500

    Remove EBookBackendVCF.
    
    Strolling through the commit history of this backend, I had to dig all
    the way back to 2005 before I started seeing actual development work.
    Since then the commits have all been code cleanups and adapting it to
    backend API changes.
    
    There is no way to create a VCF address book from Evolution, which means
    this entire backend is dead code and we've been wasting our time with it.
    
    Dump it.

 addressbook/backends/Makefile.am                   |    2 +-
 addressbook/backends/vcf/Makefile.am               |   35 -
 .../backends/vcf/e-book-backend-vcf-factory.c      |   76 --
 addressbook/backends/vcf/e-book-backend-vcf.c      |  787 --------------------
 addressbook/backends/vcf/e-book-backend-vcf.h      |   68 --
 addressbook/backends/vcf/e-source-vcf.c            |  185 -----
 addressbook/backends/vcf/e-source-vcf.h            |   69 --
 7 files changed, 1 insertions(+), 1221 deletions(-)
---
diff --git a/addressbook/backends/Makefile.am b/addressbook/backends/Makefile.am
index d566392..f98bd2e 100644
--- a/addressbook/backends/Makefile.am
+++ b/addressbook/backends/Makefile.am
@@ -4,6 +4,6 @@ else
 LDAP_SUBDIR =
 endif
 
-SUBDIRS = file vcf $(LDAP_SUBDIR) google webdav
+SUBDIRS = file $(LDAP_SUBDIR) google webdav
 
 -include $(top_srcdir)/git.mk



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