Removed unused factory variable.

2001-09-07  Christopher James Lahey  <clahey@ximian.com>

	* gui/component/addressbook-component.c: Removed unused factory
	variable.

svn path=/trunk/; revision=12687
This commit is contained in:
Christopher James Lahey
2001-09-07 21:18:18 +00:00
committed by Chris Lahey
parent bde685165f
commit 3e65ef81be
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2001-09-07 Christopher James Lahey <clahey@ximian.com>
* gui/component/addressbook-component.c: Removed unused factory
variable.
2001-09-06 Chris Toshok <toshok@ximian.com>
* gui/component/addressbook-storage.c (notify_listener): new

View File

@ -57,8 +57,6 @@ addressbook_component_get_shell_client (void)
return global_shell_client;
}
static BonoboGenericFactory *factory = NULL;
static char *accepted_dnd_types[] = {
"text/x-vcard",
NULL