From cf69e5d420c7f91f80c56f3b3a56f14471e80f0e Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 4 Jun 2008 20:58:12 -0400 Subject: include/drawfcall.h: remove redundant AUTOLIB(draw) --- include/drawfcall.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') 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, \ -- cgit v1.2.3