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 /shell/evolution-shell-component-client.c | |
parent | f61048ada10e1715b218e25989e7e4f77630cf89 (diff) | |
download | gsoc2013-evolution-b09674da4ec5b96dbd5cc9b5c6faf2624bffedd0.tar.gz 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/evolution-shell-component-client.c')
-rw-r--r-- | shell/evolution-shell-component-client.c | 3 |
1 files changed, 0 insertions, 3 deletions
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; |