X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Fgfxutil.c;h=ff9df6fbcdc6b7c0e1e52c12c2ac1e655ac495df;hb=70b4c962ac14a78bc42ed9e473a10f9d854a887a;hp=a472192ffd1787ec8ecbf954ac33d6b71a8909e1;hpb=1dd4e7bd6552c077457fe187fa86ae68d9d523c1;p=metatoy diff --git a/src/gfxutil.c b/src/gfxutil.c index a472192..ff9df6f 100644 --- a/src/gfxutil.c +++ b/src/gfxutil.c @@ -4,6 +4,7 @@ #include "gfxutil.h" #include "3dgfx/3dgfx.h" +#if 0 enum { IN = 0, LEFT = 1, @@ -145,6 +146,7 @@ void draw_line(int x0, int y0, int x1, int y1, unsigned char color) } } } +#endif void draw_billboard(float x, float y, float z, float size, int lum, int a) {