include/drawfcall.h: remove redundant AUTOLIB(draw)

This commit is contained in:
Russ Cox 2008-06-04 20:58:12 -04:00
parent 81692072c4
commit cf69e5d420

View file

@ -44,7 +44,6 @@ tag[1] Tresize rect[4*4]
tag[1] Rresize tag[1] Rresize
*/ */
AUTOLIB(draw)
#define PUT(p, x) \ #define PUT(p, x) \
(p)[0] = ((x) >> 24)&0xFF, \ (p)[0] = ((x) >> 24)&0xFF, \