From 593fa757064b27ef0ce799e35632213d4dad40f3 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Tue, 31 May 2011 15:00:08 +0100 Subject: [PATCH 4/4] Remove _dbus_g_proxy_test, which isn't called and doesn't do anything --- dbus/dbus-gproxy.c | 17 ----------------- 1 files changed, 0 insertions(+), 17 deletions(-) diff --git a/dbus/dbus-gproxy.c b/dbus/dbus-gproxy.c index 11c427d..78f3bb2 100644 --- a/dbus/dbus-gproxy.c +++ b/dbus/dbus-gproxy.c @@ -3136,20 +3136,3 @@ dbus_g_proxy_set_default_timeout (DBusGProxy *proxy, /** @} End of DBusGLib public */ - -#ifdef DBUS_BUILD_TESTS - -/** - * @ingroup DBusGLibInternals - * Unit test for GLib proxy functions - * Returns: #TRUE on success. - */ -gboolean -_dbus_g_proxy_test (void) -{ - - - return TRUE; -} - -#endif /* DBUS_BUILD_TESTS */ -- 1.7.5.3