mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-27 11:52:03 +00:00
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)
|
||||
{
|
||||
USED(m);
|
||||
USED(pt);
|
||||
/* USED(pt); */
|
||||
bad();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue