no used(Point)

This commit is contained in:
rsc 2005-07-13 03:56:55 +00:00
parent a3532cf354
commit 3b634dc7e4

View file

@ -16,7 +16,7 @@ void
moveto(Mousectl *m, Point pt) moveto(Mousectl *m, Point pt)
{ {
USED(m); USED(m);
USED(pt); /* USED(pt); */
bad(); bad();
} }