diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-12 03:39:07 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-12 03:39:07 +0800 |
commit | bde8795c9423b33fcf1759b6b1231410ba11f3b1 (patch) | |
tree | 98b35d0cf16bd504ca79db7a585892d28d7179e1 /composer/listener.c | |
parent | 377edd07b7ba473cddb65f269d3bc26a7e501f70 (diff) | |
download | gsoc2013-evolution-bde8795c9423b33fcf1759b6b1231410ba11f3b1.tar.gz gsoc2013-evolution-bde8795c9423b33fcf1759b6b1231410ba11f3b1.tar.zst gsoc2013-evolution-bde8795c9423b33fcf1759b6b1231410ba11f3b1.zip |
Deleted declaration of len.
2001-10-11 Jeffrey Stedfast <fejj@ximian.com>
* listener.c (impl_event): Deleted declaration of len.
* e-msg-composer.c (e_msg_composer_add_message_attachments): Take
a settext argument.
(e_msg_composer_new_with_message): Updated to pass the settext argument.
svn path=/trunk/; revision=13595
Diffstat (limited to 'composer/listener.c')
-rw-r--r-- | composer/listener.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/composer/listener.c b/composer/listener.c index 341852806e..0b72407b88 100644 --- a/composer/listener.c +++ b/composer/listener.c @@ -162,7 +162,6 @@ impl_event (PortableServer_Servant _servant, } } else if (!strcmp (name, "url_requested")) { GNOME_GtkHTML_Editor_URLRequestEvent *e; - CORBA_long len = 0; CamelMimePart *part = NULL; e = (GNOME_GtkHTML_Editor_URLRequestEvent *)arg->_value; |