X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;f=src%2Fmain.c;h=33b276bb0f74832aef7e19dba45b011f82ed9942;hb=b96c3dc500494652748c24f0aa48a8201ea202dd;hp=38250738b5d1ccbed5c5b61a958effaf4cdeaecf;hpb=7d958613de0b14e460ebca1a651b73cfadf9213c;p=rocksndiamonds.git diff --git a/src/main.c b/src/main.c index 38250738..33b276bb 100644 --- a/src/main.c +++ b/src/main.c @@ -32,10 +32,6 @@ Bitmap pix[NUM_BITMAPS]; Bitmap pix_masked[NUM_BITMAPS], tile_masked[NUM_TILES]; Pixmap clipmask[NUM_BITMAPS], tile_clipmask[NUM_TILES]; -#ifdef USE_XPM_LIBRARY -XpmAttributes xpm_att[NUM_PICTURES]; -#endif - DrawBuffer drawto, drawto_field, backbuffer, fieldbuffer; Colormap cmap;