* view.c: Removed unused macro.

This commit is contained in:
Roland Illig 2004-12-03 19:19:19 +00:00
parent e792cffb8d
commit 137ea291fe
2 changed files with 1 additions and 6 deletions

View File

@ -6,6 +6,7 @@
* popthelp.c: Likewise.
* tree.c: Moved a macro from tree.h to here, as it is useless
outside tree.c.
* view.c: Removed unused macro.
2004-12-02 Roland Illig <roland.illig@gmx.de>

View File

@ -68,12 +68,6 @@
#define READ_BLOCK 8192
#define VIEW_PAGE_SIZE 8192
#ifdef IS_AIX
# define IFAIX(x) case (x):
#else
# define IFAIX(x)
#endif
#define vwidth (view->widget.cols - (view->have_frame ? 2 : 0))
#define vheight (view->widget.lines - (view->have_frame ? 2 : 0))