aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/fm.h b/fm.h
index a0f1356..b29d606 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.8 2001/11/21 09:09:10 ukai Exp $ */
+/* $Id: fm.h,v 1.9 2001/11/21 16:29:46 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -803,9 +803,7 @@ global TextList *Cookie_reject_domains;
global TextList *Cookie_accept_domains;
#endif /* USE_COOKIE */
-#ifdef VIEW_UNSEENOBJECTS
global int view_unseenobject init(TRUE);
-#endif /* VIEW_UNSEENOBJECTS */
#if defined(USE_SSL) && defined(USE_SSL_VERIFY)
global int ssl_verify_server init(FALSE);