summaryrefslogtreecommitdiff
path: root/hw/xfree86/utils
diff options
context:
space:
mode:
authorMathieu BĂ©rard <mathieu.berard@crans.org>2008-07-17 11:59:24 -0400
committerAdam Jackson <ajax@redhat.com>2008-07-17 11:59:24 -0400
commit47833eef35b20a2eb0a74782edbb0877fd491c4c (patch)
treeaaec5b3d232640f4d1ec97148beda8de4e4dcdb2 /hw/xfree86/utils
parentaf2138bfce34a28312b26106eaf9561d96712ee0 (diff)
Drop a bunch of #ifdef Lynx.
Diffstat (limited to 'hw/xfree86/utils')
-rw-r--r--hw/xfree86/utils/gtf/gtf.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/hw/xfree86/utils/gtf/gtf.c b/hw/xfree86/utils/gtf/gtf.c
index fd4a4f23c..8ce93276a 100644
--- a/hw/xfree86/utils/gtf/gtf.c
+++ b/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 */