Hello,
I am trying to clean up in incremental-redisplay.lisp. Here is what I suggest for now. If someone has objections, let me know:
* get rid of *enable-updating-output*. It is initialized to t in incremental-redisplay.lisp and used there as well as in frames.lisp, but it is never set or bound. I suppose it was meant to be some kind of debugging tool,
* get rid of redisplay-add-output-record and redisplay-delete-output-record which are never called,
* get rid of clear-moved-record which is never called.
What do you think?
On Aug 17, 2005, at 6:37 PM, Robert Strandh wrote:
Hello,
I am trying to clean up in incremental-redisplay.lisp. Here is what I suggest for now. If someone has objections, let me know:
- get rid of *enable-updating-output*. It is initialized to t in incremental-redisplay.lisp and used there as well as in frames.lisp, but it is never set or bound. I suppose it was meant to be some kind of debugging tool,
Yeah. I suppose it has outlived its usefulness.
get rid of redisplay-add-output-record and redisplay-delete-output-record which are never called,
get rid of clear-moved-record which is never called.
What do you think?
Go for it.
Tim
Timothy Moore writes:
Go for it.
Thanks!