diff options
author | Dan Winship <danw@src.gnome.org> | 2000-04-26 22:40:05 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-04-26 22:40:05 +0800 |
commit | ec4ad73a58ea138bdcb5e67bccfb3495685f9354 (patch) | |
tree | 982dc574f85241ae8aaa30539f75d7fcd515f62d /composer/e-msg-composer.c | |
parent | 599e13f9a194a9d52aefdafb96f6347196c58768 (diff) | |
download | gsoc2013-evolution-ec4ad73a58ea138bdcb5e67bccfb3495685f9354.tar gsoc2013-evolution-ec4ad73a58ea138bdcb5e67bccfb3495685f9354.tar.gz gsoc2013-evolution-ec4ad73a58ea138bdcb5e67bccfb3495685f9354.tar.bz2 gsoc2013-evolution-ec4ad73a58ea138bdcb5e67bccfb3495685f9354.tar.lz gsoc2013-evolution-ec4ad73a58ea138bdcb5e67bccfb3495685f9354.tar.xz gsoc2013-evolution-ec4ad73a58ea138bdcb5e67bccfb3495685f9354.tar.zst gsoc2013-evolution-ec4ad73a58ea138bdcb5e67bccfb3495685f9354.zip |
add a s/SIMPLE_// that notzed missed remove a now-unused variable
* e-msg-composer-attachment-bar.c (attach_to_multipart): add a
s/SIMPLE_// that notzed missed
* e-msg-composer.c (build_message): remove a now-unused variable
svn path=/trunk/; revision=2630
Diffstat (limited to 'composer/e-msg-composer.c')
-rw-r--r-- | composer/e-msg-composer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c index 17b34fb943..288bd50e59 100644 --- a/composer/e-msg-composer.c +++ b/composer/e-msg-composer.c @@ -136,7 +136,6 @@ build_message (EMsgComposer *composer) { CamelMimeMessage *new; CamelMimeBodyPart *body_part; - CamelSimpleDataWrapper *sdr; CamelMultipart *multipart; char *text; int i; |