mirror of
https://github.com/MidnightCommander/mc
synced 2024-12-22 20:36:50 +03:00
* view.c: Removed unused macro.
This commit is contained in:
parent
e792cffb8d
commit
137ea291fe
@ -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>
|
||||
|
||||
|
@ -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))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user