X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fphm2sdf.c;fp=src%2Fphm2sdf.c;h=1a2852a8e173a51fa8da5a97c84f659f0ebc6205;hp=aafb9b27fda012a662e778b08dda17133de9c0e8;hb=94ab91c5e92f81a13485a4b2a2752813792020d7;hpb=3de76c425456c30985dd6652469092fa89c64dc1 diff --git a/src/phm2sdf.c b/src/phm2sdf.c index aafb9b2..1a2852a 100644 --- a/src/phm2sdf.c +++ b/src/phm2sdf.c @@ -2,8 +2,11 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: phm2sdf.c,v 1.2 2000/04/28 13:50:45 kevin Exp $ +** $Id: phm2sdf.c,v 1.3 2000/04/28 18:19:01 kevin Exp $ ** $Log: phm2sdf.c,v $ +** Revision 1.3 2000/04/28 18:19:01 kevin +** removed unused files +** ** Revision 1.2 2000/04/28 13:50:45 kevin ** Removed Makefile Makefile.in that are automatically generated by autoconf ** @@ -424,7 +427,6 @@ main (const int argc, char *const argv[]) // image_paint (CRTDEV, im_global, 0, 0, nx, ny, dmin, dmax, 0); WAITKEY(); - crt_set_palette (0, crt_calc_color (0., 0., 2.)); crt_put_stra ("Finished", 8 + C_WHITE); crt_set_cpos (1, 2); }