]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/src/libframe/frdraw.c
upas/*: cleanup mkfiles (thanks amavect)
[plan9front.git] / sys / src / libframe / frdraw.c
index b1bcf7d529db6e14a4b1df71d5e8377616ac6725..57412a8d5f8c263a95edb7a0ca83c5deed0f012b 100644 (file)
@@ -10,7 +10,6 @@ _frdrawtext(Frame *f, Point pt, Image *text, Image *back)
 {
        Frbox *b;
        int nb;
-       static int x;
 
        for(nb=0,b=f->box; nb<f->nbox; nb++, b++){
                _frcklinewrap(f, &pt, b);