diff options
| author | Christopher James Lahey <clahey@ximian.com> | 2001-09-08 05:18:18 +0800 |
|---|---|---|
| committer | Chris Lahey <clahey@src.gnome.org> | 2001-09-08 05:18:18 +0800 |
| commit | 3e65ef81be84cb22e5619372e8aea3ab09ca3ac5 (patch) | |
| tree | 9eba421792abe5dd7f91c8434050d9be9a113cbb /addressbook/gui/component | |
| parent | bde685165f4ed212d0801ce4daef978ac4eb7d31 (diff) | |
| download | gsoc2013-evolution-3e65ef81be84cb22e5619372e8aea3ab09ca3ac5.tar gsoc2013-evolution-3e65ef81be84cb22e5619372e8aea3ab09ca3ac5.tar.gz gsoc2013-evolution-3e65ef81be84cb22e5619372e8aea3ab09ca3ac5.tar.bz2 gsoc2013-evolution-3e65ef81be84cb22e5619372e8aea3ab09ca3ac5.tar.lz gsoc2013-evolution-3e65ef81be84cb22e5619372e8aea3ab09ca3ac5.tar.xz gsoc2013-evolution-3e65ef81be84cb22e5619372e8aea3ab09ca3ac5.tar.zst gsoc2013-evolution-3e65ef81be84cb22e5619372e8aea3ab09ca3ac5.zip | |
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
Diffstat (limited to 'addressbook/gui/component')
| -rw-r--r-- | addressbook/gui/component/addressbook-component.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c index 0e304e2604..8117ced2cf 100644 --- a/addressbook/gui/component/addressbook-component.c +++ b/addressbook/gui/component/addressbook-component.c @@ -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 |
