mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
remove print
This commit is contained in:
parent
17cc1c8761
commit
de52dcf55b
1 changed files with 0 additions and 1 deletions
|
@ -410,7 +410,6 @@ xattach(char *label)
|
||||||
ch.x = r.min.x;
|
ch.x = r.min.x;
|
||||||
ch.y = r.min.y;
|
ch.y = r.min.y;
|
||||||
XConfigureWindow(_x.display, _x.drawable, CWX|CWY, &ch);
|
XConfigureWindow(_x.display, _x.drawable, CWX|CWY, &ch);
|
||||||
fprint(2, "havemin %d %d\n", r.min.x, r.min.y);
|
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
* Look up clipboard atom.
|
* Look up clipboard atom.
|
||||||
|
|
Loading…
Reference in a new issue