lynx-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: lynx-dev why not --disable-news


From: John Bley
Subject: Re: lynx-dev why not --disable-news
Date: Mon, 8 Mar 1999 00:14:56 -0500 (EST)

On Sun, 7 Mar 1999, Kim DeVaughn wrote:

> | Meanwhile, I'm busy investigating dead code and have a question: Are all
> | these empty HText_* functions here for any particular reason?  Nothing's
> | even calling into them.  There are even several non-empty HText_ functions
> | that aren't ever getting called.
> 
> Which ones ...?
HText_canScrollUp for example.  HText_dump, HText_nodeAnchor.  There are 
about a dozen or so of these.  Plus one LY method.. something to do with 
image maps.  I should quit throwing away experimental files.

> Are you sure they're not called (some are called from code in the
> WWW/Lbrary/Implementations dir, BTW)?

A grep HText_dump `find .` in the top-level dir yields (space truncated):
src/GridText.c:PUBLIC void HText_dump ARGS1(
WWW/Library/Implementation/HText.h:#define HText_dump HTHTDump
WWW/Library/Implementation/HText.h:extern void HText_dump PARAMS((HText*me))

I.e., the definition, a name-shortening #define, and a declaration of its 
existence.  No call.  This example is typical of the rest.  I'll try to 
track down the complete list sometime soon.  Perhaps Tuesday.

-- 
John Bley - address@hidden
Duke '99 - English/Computer Science
  Since English is a mess, it maps well onto the problem space,
  which is also a mess, which we call reality.     - Larry Wall

reply via email to

[Prev in Thread] Current Thread [Next in Thread]