2003-10-16 Havoc Pennington <hp@redhat.com>

* bus/bus.c (struct BusContext): remove struct field I didn't mean
	to put there
This commit is contained in:
Havoc Pennington 2003-10-16 06:43:32 +00:00
parent d6e1b2adb3
commit c20c4181f2
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2003-10-16 Havoc Pennington <hp@redhat.com>
* bus/bus.c (struct BusContext): remove struct field I didn't mean
to put there
2003-10-16 Havoc Pennington <hp@redhat.com>
* bus/connection.c (bus_pending_reply_expired): either cancel or

View file

@ -37,7 +37,6 @@ struct BusContext
{
int refcount;
char *type;
char *bus_env_var;
char *address;
char *pidfile;
DBusLoop *loop;