aboutsummaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-28 07:53:33 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-28 07:53:33 +0800
commitb09674da4ec5b96dbd5cc9b5c6faf2624bffedd0 (patch)
tree485700fa13f7970a5dbbe66d7cee1294d6e37e12 /shell
parentf61048ada10e1715b218e25989e7e4f77630cf89 (diff)
downloadgsoc2013-evolution-b09674da4ec5b96dbd5cc9b5c6faf2624bffedd0.tar
gsoc2013-evolution-b09674da4ec5b96dbd5cc9b5c6faf2624bffedd0.tar.gz
gsoc2013-evolution-b09674da4ec5b96dbd5cc9b5c6faf2624bffedd0.tar.bz2
gsoc2013-evolution-b09674da4ec5b96dbd5cc9b5c6faf2624bffedd0.tar.lz
gsoc2013-evolution-b09674da4ec5b96dbd5cc9b5c6faf2624bffedd0.tar.xz
gsoc2013-evolution-b09674da4ec5b96dbd5cc9b5c6faf2624bffedd0.tar.zst
gsoc2013-evolution-b09674da4ec5b96dbd5cc9b5c6faf2624bffedd0.zip
Remove redundant declaration for `free_ShellComponentListener_servant()'.
svn path=/trunk/; revision=10551
Diffstat (limited to 'shell')
-rw-r--r--shell/ChangeLog5
-rw-r--r--shell/evolution-shell-component-client.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog
index 5893756bb0..60cbb044c1 100644
--- a/shell/ChangeLog
+++ b/shell/ChangeLog
@@ -1,5 +1,10 @@
2001-06-27 Ettore Perazzoli <ettore@ximian.com>
+ * evolution-shell-component-client.c: Remove redundant declaration
+ for `free_ShellComponentListener_servant()'.
+
+2001-06-27 Ettore Perazzoli <ettore@ximian.com>
+
* evolution-shell-component.c (impl_handleExternalURI):
Implementation for the `::handleExternalURI' CORBA method; just
emit the `HANDLE_EXTERNAL_URI' signal.
diff --git a/shell/evolution-shell-component-client.c b/shell/evolution-shell-component-client.c
index c85eb4a299..b2ca961685 100644
--- a/shell/evolution-shell-component-client.c
+++ b/shell/evolution-shell-component-client.c
@@ -38,9 +38,6 @@
#include "evolution-shell-component-client.h"
-static void
-free_ShellComponentListener_servant (PortableServer_Servant servant);
-
char *evolution_debug_log;