aboutsummaryrefslogtreecommitdiffstats
path: root/fm.h
diff options
context:
space:
mode:
Diffstat (limited to 'fm.h')
-rw-r--r--fm.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fm.h b/fm.h
index 7e974cf..a6621d0 100644
--- a/fm.h
+++ b/fm.h
@@ -1,4 +1,4 @@
-/* $Id: fm.h,v 1.49 2002/02/04 15:18:42 ukai Exp $ */
+/* $Id: fm.h,v 1.50 2002/02/05 12:31:27 ukai Exp $ */
/*
* w3m: WWW wo Miru utility
*
@@ -774,7 +774,6 @@ extern char *w3m_version;
#define DUMP_EXTRA 0x08
#define DUMP_HALFDUMP 0x10
#define DUMP_FRAME 0x20
-#define DUMP_HALFEXTRA 0x40
global int w3m_debug;
global int w3m_dump init(0);
#define w3m_halfdump (w3m_dump & DUMP_HALFDUMP)