diff options
author | Russ Cox <rsc@swtch.com> | 2008-06-04 20:58:12 -0400 |
---|---|---|
committer | Russ Cox <rsc@swtch.com> | 2008-06-04 20:58:12 -0400 |
commit | cf69e5d420c7f91f80c56f3b3a56f14471e80f0e (patch) | |
tree | c6265aaaff90e62b3991c37f167d19ae1e2b0cbe | |
parent | 81692072c49d53549a8482ac6701ff5b25d78c05 (diff) | |
download | plan9port-cf69e5d420c7f91f80c56f3b3a56f14471e80f0e.tar.gz plan9port-cf69e5d420c7f91f80c56f3b3a56f14471e80f0e.tar.bz2 plan9port-cf69e5d420c7f91f80c56f3b3a56f14471e80f0e.zip |
include/drawfcall.h: remove redundant AUTOLIB(draw)
-rw-r--r-- | include/drawfcall.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/drawfcall.h b/include/drawfcall.h index 0d5cd6d3..fb339919 100644 --- a/include/drawfcall.h +++ b/include/drawfcall.h @@ -44,7 +44,6 @@ tag[1] Tresize rect[4*4] tag[1] Rresize */ -AUTOLIB(draw) #define PUT(p, x) \ (p)[0] = ((x) >> 24)&0xFF, \ |