diff options
Diffstat (limited to 'xorg-server/hw/xfree86/utils/gtf/gtf.c')
-rw-r--r-- | xorg-server/hw/xfree86/utils/gtf/gtf.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/xorg-server/hw/xfree86/utils/gtf/gtf.c b/xorg-server/hw/xfree86/utils/gtf/gtf.c index fd4a4f23c..8ce93276a 100644 --- a/xorg-server/hw/xfree86/utils/gtf/gtf.c +++ b/xorg-server/hw/xfree86/utils/gtf/gtf.c @@ -112,11 +112,6 @@ #include <string.h> #include <math.h> - -#if defined(__Lynx__) -#define rint(x) floor(x) -#endif - #define MARGIN_PERCENT 1.8 /* % of active vertical image */ #define CELL_GRAN 8.0 /* assumed character cell granularity */ #define MIN_PORCH 1 /* minimum front porch */ |