commit cf69e5d420c7f91f80c56f3b3a56f14471e80f0e parent 81692072c49d53549a8482ac6701ff5b25d78c05 Author: Russ Cox <rsc@swtch.com> Date: Wed, 4 Jun 2008 20:58:12 -0400 include/drawfcall.h: remove redundant AUTOLIB(draw) Diffstat:
M | include/drawfcall.h | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git 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, \