aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/pic
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/pic')
-rw-r--r--src/cmd/pic/pltroff.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/cmd/pic/pltroff.c b/src/cmd/pic/pltroff.c
index d3e3151b..8f3d5ac4 100644
--- a/src/cmd/pic/pltroff.c
+++ b/src/cmd/pic/pltroff.c
@@ -144,11 +144,6 @@ void vgoto(double n)
vpos = n;
}
-double fabs(double x)
-{
- return x < 0 ? -x : x;
-}
-
void hvflush(void) /* get to proper point for output */
{
if (fabs(hpos-htrue) >= 0.0005) {