This commit is contained in:
rsc 2005-07-13 21:34:11 +00:00
parent f462256db2
commit a8ec4910fd
12 changed files with 18 additions and 12 deletions

View file

@ -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) {