diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2006-09-19 00:44:51 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2006-09-19 00:44:51 -0400 |
commit | 29b077007f10f28f8e16ec608e490c0fc28e183a (patch) | |
tree | ae46c1681a7f87d70165531ae9e17978e56b50ea /src/LYStyle.c | |
parent | 24a47fee30cfc3e2da82571f9c13c896a601a8df (diff) | |
download | lynx-snapshots-29b077007f10f28f8e16ec608e490c0fc28e183a.tar.gz |
snapshot of project "lynx", label v2-8-6pre_4
Diffstat (limited to 'src/LYStyle.c')
-rw-r--r-- | src/LYStyle.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/LYStyle.c b/src/LYStyle.c index a8ac9379..838146e4 100644 --- a/src/LYStyle.c +++ b/src/LYStyle.c @@ -1,6 +1,6 @@ /* character level styles for Lynx * (c) 1996 Rob Partington -- donated to the Lyncei (if they want it :-) - * @Id: LYStyle.c 1.61 Thu, 31 Aug 2006 16:37:53 -0700 dickey @ + * @Id: LYStyle.c 1.62 Mon, 18 Sep 2006 17:28:28 -0700 dickey @ */ #include <HTUtils.h> #include <HTML.h> @@ -251,7 +251,6 @@ static void parse_style(char *param) { "status", DSTYLE_STATUS, 0 }, /* status bar */ { "label", DSTYLE_OPTION, 0 }, /* [INLINE]'s */ { "value", DSTYLE_VALUE, 0 }, /* [INLINE]'s */ - { "high", DSTYLE_HIGH, 0 }, /* [INLINE]'s */ { "normal", DSTYLE_NORMAL, 0 }, { "candy", DSTYLE_CANDY, 0 }, /* [INLINE]'s */ { "whereis", DSTYLE_WHEREIS, &s_whereis }, |