diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-28 07:53:33 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-06-28 07:53:33 +0800 |
commit | b09674da4ec5b96dbd5cc9b5c6faf2624bffedd0 (patch) | |
tree | 485700fa13f7970a5dbbe66d7cee1294d6e37e12 | |
parent | f61048ada10e1715b218e25989e7e4f77630cf89 (diff) | |
download | gsoc2013-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
-rw-r--r-- | shell/ChangeLog | 5 | ||||
-rw-r--r-- | shell/evolution-shell-component-client.c | 3 |
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; |