aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRuss Cox <rsc@swtch.com>2008-06-04 20:58:12 -0400
committerRuss Cox <rsc@swtch.com>2008-06-04 20:58:12 -0400
commitcf69e5d420c7f91f80c56f3b3a56f14471e80f0e (patch)
treec6265aaaff90e62b3991c37f167d19ae1e2b0cbe /include
parent81692072c49d53549a8482ac6701ff5b25d78c05 (diff)
downloadplan9port-cf69e5d420c7f91f80c56f3b3a56f14471e80f0e.tar.gz
plan9port-cf69e5d420c7f91f80c56f3b3a56f14471e80f0e.tar.bz2
plan9port-cf69e5d420c7f91f80c56f3b3a56f14471e80f0e.zip
include/drawfcall.h: remove redundant AUTOLIB(draw)
Diffstat (limited to 'include')
-rw-r--r--include/drawfcall.h1
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, \