aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-24 06:38:35 +0000
committerhiro <hiro@ee746299-78ed-0310-b773-934348b2243d>2005-06-24 06:38:35 +0000
commitc5e887e718761a5581bcad1b1cabae0e0b1d8d63 (patch)
treee5b791424482d54d7aee26110640af8d57d8de92 /src
parentd35b30ecc1e58cfe625a0ca6e2b5bf08b2d27e4d (diff)
removed unused option 'enable_hscrollbar'.
git-svn-id: svn://sylpheed.sraoss.jp/sylpheed/trunk@374 ee746299-78ed-0310-b773-934348b2243d
Diffstat (limited to 'src')
-rw-r--r--src/prefs_common.c2
-rw-r--r--src/prefs_common.h1
2 files changed, 0 insertions, 3 deletions
diff --git a/src/prefs_common.c b/src/prefs_common.c
index aadbfaa6..83b560c7 100644
--- a/src/prefs_common.c
+++ b/src/prefs_common.c
@@ -389,8 +389,6 @@ static PrefParam param[] = {
{"enable_rules_hint", "TRUE", &prefs_common.enable_rules_hint, P_BOOL,
NULL, NULL, NULL},
- {"enable_hscrollbar", "TRUE", &prefs_common.enable_hscrollbar, P_BOOL,
- NULL, NULL, NULL},
{"bold_unread", "TRUE", &prefs_common.bold_unread, P_BOOL,
NULL, NULL, NULL},
diff --git a/src/prefs_common.h b/src/prefs_common.h
index 190d1036..7faf27ae 100644
--- a/src/prefs_common.h
+++ b/src/prefs_common.h
@@ -103,7 +103,6 @@ struct _PrefsCommon
gchar *date_format;
gboolean enable_rules_hint;
- gboolean enable_hscrollbar;
gboolean bold_unread;
ToolbarStyle toolbar_style;