aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-02 08:25:24 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-02-02 08:25:24 +0000
commit929b15a3688f2a576f7f15758013af1df95b0487 (patch)
tree5b6fb71c80d251f38ab745dbe7d041529b982305 /src
parent42da7f35774533ed6f47d47bf885724883b33890 (diff)
compose.[ch]: removed unrequired member.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@73 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/compose.c2
-rw-r--r--src/compose.h4
2 files changed, 1 insertions, 5 deletions
diff --git a/src/compose.c b/src/compose.c
index e36ecfc5..a46da8d9 100644
--- a/src/compose.c
+++ b/src/compose.c
@@ -4177,8 +4177,6 @@ static Compose *compose_create(PrefsAccount *account, ComposeMode mode)
compose->modified = FALSE;
- compose->paste_as_quotation = FALSE;
-
compose->to_list = NULL;
compose->newsgroup_list = NULL;
diff --git a/src/compose.h b/src/compose.h
index 7fe7a294..76a80c6a 100644
--- a/src/compose.h
+++ b/src/compose.h
@@ -1,6 +1,6 @@
/*
* Sylpheed -- a GTK+ based, lightweight, and fast e-mail client
- * Copyright (C) 1999-2004 Hiroyuki Yamamoto
+ * Copyright (C) 1999-2005 Hiroyuki Yamamoto
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -156,8 +156,6 @@ struct _Compose
gboolean modified;
- gboolean paste_as_quotation;
-
GSList *to_list;
GSList *newsgroup_list;