[at-spi2-atk] Remove dbind



commit eb0648f8b7d688f56f624e0348fb8aa032471375
Author: Mike Gorse <mgorse suse com>
Date:   Mon Nov 12 11:50:43 2012 -0600

    Remove dbind
    
    Dbind was unused here except formerly in the droute test.

 Makefile.am             |    2 +-
 acinclude.m4            |   43 ----
 configure.ac            |   10 -
 dbind/Makefile.am       |   21 --
 dbind/dbind-any.c       |  554 -----------------------------------------------
 dbind/dbind-any.h       |   31 ---
 dbind/dbind-config.h.in |    8 -
 dbind/dbind.c           |  230 --------------------
 dbind/dbind.h           |   46 ----
 dbind/dbtest.c          |  403 ----------------------------------
 10 files changed, 1 insertions(+), 1347 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 34dd6e6..713fec5 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS=dbind droute atk-adaptor
+SUBDIRS=droute atk-adaptor
 
 gtk_modulesdir = $(libdir)/gnome-settings-daemon-3.0/gtk-modules/
 gtk_modules_DATA = at-spi2-atk.desktop
diff --git a/configure.ac b/configure.ac
index bade59b..c09e1ab 100644
--- a/configure.ac
+++ b/configure.ac
@@ -80,14 +80,6 @@ AC_SUBST(EXTRA_SOCKET_LIBS)
 dnl find sizes & alignments
 orig_CPPFLAGS=$CPPFLAGS
 CPPFLAGS="$CPPFLAGS $DBUS_CFLAGS"
-DBIND_CHECK_ALIGNOF(char)
-DBIND_CHECK_ALIGNOF(dbus_bool_t)
-DBIND_CHECK_ALIGNOF(dbus_int16_t)
-DBIND_CHECK_ALIGNOF(dbus_int32_t)
-DBIND_CHECK_ALIGNOF(dbus_int64_t)
-DBIND_CHECK_ALIGNOF(double)
-DBIND_CHECK_ALIGNOF(dbind_pointer)
-DBIND_CHECK_ALIGNOF(dbind_struct)
 CPPFLAGS=$orig_CPPFLAGS 
 
 if test "x$GCC" = xyes; then
@@ -102,8 +94,6 @@ AC_SUBST(P2P_CFLAGS)
 
 AC_CONFIG_FILES([Makefile
 		 atk-bridge-2.0.pc
-		 dbind/dbind-config.h
-		 dbind/Makefile
 		 droute/Makefile
 		 atk-adaptor/Makefile
 		 atk-adaptor/adaptors/Makefile



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