wdvi

network DVI viewer
Log | Files | Refs

commit b02278144077c13d1e21a2fc943fddf3d24661ba
parent 8b48f6ecf2997220ba9e4ef7ab16c3a92cd01247
Author: Kyle Milz <krwmilz@gmail.com>
Date:   Sat, 28 Aug 2021 14:46:38 +0000

Remove unnecessary preprocessor conditions

Diffstat:
Mxdvi.c | 16++++------------
1 file changed, 4 insertions(+), 12 deletions(-)

diff --git a/xdvi.c b/xdvi.c @@ -75,19 +75,11 @@ NOTE: #include <stdarg.h> -#ifndef ALTFONT -#define ALTFONT "cmr10" -#endif - -#ifndef SHRINK -#define SHRINK 3 -#endif - -#ifndef BDPI -#define BDPI 600 -#endif +#define ALTFONT "cmr10" +#define SHRINK 3 +#define BDPI 600 +#define MFMODE "cx:600" -#define MFMODE "cx:600" #define DEFAULT_DVIPS_PATH "dvips" #if A4