tno used(Point) - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 3b634dc7e4ab32a6854c8ec93107b2750bf906e8
 (DIR) parent a3532cf354d1966c89cec5916647e76e48144fd0
 (HTM) Author: rsc <devnull@localhost>
       Date:   Wed, 13 Jul 2005 03:56:55 +0000
       
       no used(Point)
       
       Diffstat:
         M src/libdraw/nowsys-mouse.c          |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/libdraw/nowsys-mouse.c b/src/libdraw/nowsys-mouse.c
       t@@ -16,7 +16,7 @@ void
        moveto(Mousectl *m, Point pt)
        {
                USED(m);
       -        USED(pt);
       +/*        USED(pt); */
                bad();
        }