From 751f430df1d22a4248b4ea2c24da5ffa75707881 Mon Sep 17 00:00:00 2001
From: Ettore Perazzoli <ettore@src.gnome.org>
Date: Fri, 11 Aug 2000 02:10:34 +0000
Subject: Remove bogus prototype that was causing compilation to fail when LDAP
 was enabled.

svn path=/trunk/; revision=4717
---
 addressbook/gui/component/addressbook-component.c | 4 ----
 1 file changed, 4 deletions(-)

(limited to 'addressbook/gui/component')

diff --git a/addressbook/gui/component/addressbook-component.c b/addressbook/gui/component/addressbook-component.c
index eeb9569a1b..b066330a49 100644
--- a/addressbook/gui/component/addressbook-component.c
+++ b/addressbook/gui/component/addressbook-component.c
@@ -48,10 +48,6 @@ static const EvolutionShellComponentFolderType folder_types[] = {
 	{ NULL, NULL }
 };
 
-#ifdef HAVE_LDAP
-extern void setup_ldap_storage (EvolutionShellComponent *shell_component);
-#endif
-
 
 /* EvolutionShellComponent methods and signals.  */
 
-- 
cgit