no used(Point)
This commit is contained in:
parent
a3532cf354
commit
3b634dc7e4
1 changed files with 1 additions and 1 deletions
|
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue