summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gproxy.c
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2005-11-30 19:32:27 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2005-11-30 19:32:27 +0000
commit0ca96ec548a6e4a1e39429f3c0480adfe7e2eab8 (patch)
tree90cf95cc76cdd8e3242eb94e9ae7703b8fbd829d /glib/dbus-gproxy.c
parent111118fd8a9240440ec0e4b9710bebf91e186881 (diff)
* dbus/dbus-auth.c, dbus/dbus-connection.c, dbus/dbus-keyring.c,
dbus/dbus-server-debug-pipe.c, glib/dbus-binding-tool-glib.c glib/dbus-glib-tool.c, glib/dbus-gparser.c, glib/dbus-gproxy.c test/test-segfault.c, test/test-utils.c, test/glib/test-dbus-glib.c, tools/dbus-cleanup-sockets.c tools/dbus-launch.c, tools/dbus-tree-view.c, tools/dbus-viewer.c: Various cleanup of dead code and compiler warnings (patch from Kjartan Maraas <kmaraas at gnome.org>)
Diffstat (limited to 'glib/dbus-gproxy.c')
-rw-r--r--glib/dbus-gproxy.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/glib/dbus-gproxy.c b/glib/dbus-gproxy.c
index d9469d2f..aa7ae193 100644
--- a/glib/dbus-gproxy.c
+++ b/glib/dbus-gproxy.c
@@ -635,13 +635,11 @@ typedef struct
static void
unassociate_proxies (gpointer key, gpointer val, gpointer user_data)
{
- const char *tri;
DBusGProxyList *list;
const char *name;
GSList *tmp;
DBusGProxyUnassociateData *data;
- tri = key;
list = val;
data = user_data;
name = data->name;