about summary refs log tree commit diff stats
path: root/WWW/Library/Implementation/HTNews.c
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2010-11-01 22:19:09 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2010-11-01 22:19:09 -0400
commit8729c355edc0e0a9763f7f9c091351a12a642f54 (patch)
treee1d2d942fdbb5367ac75f52e6cea68126befed09 /WWW/Library/Implementation/HTNews.c
parentf5cb2799ce40393d729dac32a29ab3eb86c71be9 (diff)
downloadlynx-snapshots-8729c355edc0e0a9763f7f9c091351a12a642f54.tar.gz
snapshot of project "lynx", label v2-8-8dev_6a
Diffstat (limited to 'WWW/Library/Implementation/HTNews.c')
-rw-r--r--WWW/Library/Implementation/HTNews.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/WWW/Library/Implementation/HTNews.c b/WWW/Library/Implementation/HTNews.c
index ab4a6cb5..eda9bf58 100644
--- a/WWW/Library/Implementation/HTNews.c
+++ b/WWW/Library/Implementation/HTNews.c
@@ -1,5 +1,5 @@
 /*
- * $LynxId: HTNews.c,v 1.66 2010/09/25 00:42:40 tom Exp $
+ * $LynxId: HTNews.c,v 1.67 2010/10/27 00:10:51 tom Exp $
  *
  *			NEWS ACCESS				HTNews.c
  *			===========
@@ -94,7 +94,6 @@ static int s;			/* Socket for NewsHost */
 static int HTCanPost = FALSE;	/* Current POST permission */
 static char response_text[LINE_LENGTH + 1];	/* Last response */
 
-/* static HText *	HT;	*//* the new hypertext */
 static HTStructured *target;	/* The output sink */
 static HTStructuredClass targetClass;	/* Copy of fn addresses */
 static HTStream *rawtarget = NULL;	/* The output sink for rawtext */