[evolution] Remove GConfBridge.



commit d491963f5cbc1d73214025e4e4a970007046263f
Author: Matthew Barnes <mbarnes redhat com>
Date:   Sun Nov 27 12:42:56 2011 -0600

    Remove GConfBridge.
    
    No longer needed.

 COPYING                                 |    1 -
 doc/reference/shell/eshell-docs.sgml    |    1 -
 doc/reference/shell/eshell-sections.txt |   17 -
 e-util/Makefile.am                      |    4 +-
 e-util/gconf-bridge.c                   | 1365 -------------------------------
 e-util/gconf-bridge.h                   |  134 ---
 6 files changed, 1 insertions(+), 1521 deletions(-)
---
diff --git a/COPYING b/COPYING
index 262c783..a691a92 100644
--- a/COPYING
+++ b/COPYING
@@ -14,7 +14,6 @@ LGPLv2 only
         plugins/webdav-account-setup/webdav-contacts-source.c
 
 LGPLv2+
-        e-util/gconf-bridge.[ch]
         widgets/misc/e-icon-entry.[ch]
         widgets/text/e-text.[ch]
         widgets/table/e-cell-tree.[ch]
diff --git a/doc/reference/shell/eshell-docs.sgml b/doc/reference/shell/eshell-docs.sgml
index 666da02..f29a277 100644
--- a/doc/reference/shell/eshell-docs.sgml
+++ b/doc/reference/shell/eshell-docs.sgml
@@ -43,7 +43,6 @@
     <xi:include href="xml/e-signature-utils.xml"/>
     <xi:include href="xml/e-util.xml"/>
     <xi:include href="xml/e-xml-utils.xml"/>
-    <xi:include href="xml/gconf-bridge.xml"/>
   </chapter>
 
   <chapter>
diff --git a/doc/reference/shell/eshell-sections.txt b/doc/reference/shell/eshell-sections.txt
index 49aa192..d54c7f9 100644
--- a/doc/reference/shell/eshell-sections.txt
+++ b/doc/reference/shell/eshell-sections.txt
@@ -1136,23 +1136,6 @@ e_xml_get_translated_string_prop_by_name
 </SECTION>
 
 <SECTION>
-<FILE>gconf-bridge</FILE>
-<TITLE>GConf Bridge</TITLE>
-GConfBridge
-gconf_bridge_install_default_error_handler
-gconf_bridge_get
-gconf_bridge_get_client
-gconf_bridge_bind_property_full
-gconf_bridge_bind_property
-gconf_bridge_bind_property_delayed
-gconf_bridge_bind_window
-gconf_bridge_bind_window_size
-gconf_bridge_bind_window_pos
-gconf_bridge_bind_string_list_store
-gconf_bridge_unbind
-</SECTION>
-
-<SECTION>
 <FILE>shell-actions</FILE>
 <TITLE>Shell Actions</TITLE>
 E_SHELL_WINDOW_ACTION_ABOUT
diff --git a/e-util/Makefile.am b/e-util/Makefile.am
index b5d4559..8ef95f1 100644
--- a/e-util/Makefile.am
+++ b/e-util/Makefile.am
@@ -56,8 +56,7 @@ eutilinclude_HEADERS = 				\
 	e-util-enums.h				\
 	e-util-enumtypes.h			\
 	e-unicode.h				\
-	e-xml-utils.h				\
-	gconf-bridge.h
+	e-xml-utils.h
 
 libeutil_la_CPPFLAGS =							\
 	$(AM_CPPFLAGS)							\
@@ -128,7 +127,6 @@ libeutil_la_SOURCES =				\
 	e-util-enumtypes.c			\
 	e-util-private.h			\
 	e-xml-utils.c				\
-	gconf-bridge.c				\
 	$(PLATFORM_SOURCES)
 
 libeutil_la_LDFLAGS = $(NO_UNDEFINED)



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