diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-11 10:10:34 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-08-11 10:10:34 +0800 |
commit | 751f430df1d22a4248b4ea2c24da5ffa75707881 (patch) | |
tree | ae12e52551f013abd28c623d16cf996219a8e506 /addressbook/gui/component | |
parent | 28dfc5077a575a45da0eb362c42eff8d75b72ec2 (diff) | |
download | gsoc2013-evolution-751f430df1d22a4248b4ea2c24da5ffa75707881.tar gsoc2013-evolution-751f430df1d22a4248b4ea2c24da5ffa75707881.tar.gz gsoc2013-evolution-751f430df1d22a4248b4ea2c24da5ffa75707881.tar.bz2 gsoc2013-evolution-751f430df1d22a4248b4ea2c24da5ffa75707881.tar.lz gsoc2013-evolution-751f430df1d22a4248b4ea2c24da5ffa75707881.tar.xz gsoc2013-evolution-751f430df1d22a4248b4ea2c24da5ffa75707881.tar.zst gsoc2013-evolution-751f430df1d22a4248b4ea2c24da5ffa75707881.zip |
Remove bogus prototype that was causing compilation to fail when LDAP
was enabled.
svn path=/trunk/; revision=4717
Diffstat (limited to 'addressbook/gui/component')
-rw-r--r-- | addressbook/gui/component/addressbook-component.c | 4 |
1 files changed, 0 insertions, 4 deletions
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. */ |