From c20c4181f275f24413eeff2ea85d2a0d539c9a91 Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Thu, 16 Oct 2003 06:43:32 +0000 Subject: 2003-10-16 Havoc Pennington * bus/bus.c (struct BusContext): remove struct field I didn't mean to put there --- ChangeLog | 5 +++++ bus/bus.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 7f650ff3..bf2365f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-16 Havoc Pennington + + * bus/bus.c (struct BusContext): remove struct field I didn't mean + to put there + 2003-10-16 Havoc Pennington * bus/connection.c (bus_pending_reply_expired): either cancel or diff --git a/bus/bus.c b/bus/bus.c index 91c9e6a7..9db8c411 100644 --- a/bus/bus.c +++ b/bus/bus.c @@ -37,7 +37,6 @@ struct BusContext { int refcount; char *type; - char *bus_env_var; char *address; char *pidfile; DBusLoop *loop; -- cgit