X-Git-Url: http://de.git.xonotic.org/?a=blobdiff_plain;f=tools%2Fheretic2%2Fh2data%2Fpics.c;fp=tools%2Fheretic2%2Fh2data%2Fpics.c;h=d2960336e684d7e6c9a4c240b6d2d3c2f4e7ea09;hb=7115276526ac6c6e07e344c1e322884f9ca66017;hp=e9e91c27c175abeb5c16645b32e5f576aff8a96b;hpb=d13a0ee2aed177f7ff01b061414fc76c427595c2;p=xonotic%2Fnetradiant.git diff --git a/tools/heretic2/h2data/pics.c b/tools/heretic2/h2data/pics.c index e9e91c27..d2960336 100644 --- a/tools/heretic2/h2data/pics.c +++ b/tools/heretic2/h2data/pics.c @@ -22,13 +22,6 @@ #include "qdata.h" -byte *byteimage, *lbmpalette; -int byteimagewidth, byteimageheight; - -qboolean TrueColorImage; -unsigned *longimage; -int longimagewidth, longimageheight; - char pic_prefix[1024]; extern char *g_outputDir;