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 222be7f..91c7897 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.104 2003/01/20 15:24:19 ukai Exp $ */
+/* $Id: fm.h,v 1.105 2003/01/22 16:16:20 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -172,7 +172,6 @@ void bzero(void *, int);
#define BP_NORMAL 0x0
#define BP_PIPE 0x1
#define BP_FRAME 0x2
-#define BP_SOURCE 0x4
#define BP_INTERNAL 0x8
#define BP_NO_URL 0x10
#define BP_REDIRECTED 0x20
@@ -766,7 +765,6 @@ global char InnerCode init(CODE_INNER_EUC); /* use EUC-JP internally; do not cha
#endif /* JP_CHARSET */
global char SearchHeader init(FALSE);
-global char SkipHeader init(FALSE);
global char *DefaultType init(NULL);
global char RenderFrame init(FALSE);
global char TargetSelf init(FALSE);