X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Fscanner.cpp;h=98eb8a8013cfae6476949e12ad1a0fb6c772ea6d;hp=59bcf943fa1eefd17fdbd1a74b8dae5c5bdf4330;hb=9727d14397360a862a407b9c35efefe35925791b;hpb=992c6503c40979199dbe6a77e2b1d83735d3c2cb diff --git a/libctsim/scanner.cpp b/libctsim/scanner.cpp index 59bcf94..98eb8a8 100644 --- a/libctsim/scanner.cpp +++ b/libctsim/scanner.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: scanner.cpp,v 1.20 2000/12/16 06:12:47 kevin Exp $ +** $Id: scanner.cpp,v 1.21 2000/12/18 02:23:43 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -532,15 +532,7 @@ Scanner::traceShowParamRasterOp (int iRasterOp, const char *szLabel, const char { char szValue[256]; -#ifdef MSVC - vsprintf (szValue, fmt, args); -#else vsnprintf (szValue, sizeof(szValue), fmt, args); -#endif - - // cio_set_cpos (raysum_trace_menu_column, row); - // cio_set_text_clr (color - 8, 0); - // cio_set_text_clr (color, 0); #ifdef HAVE_SGP if (m_pSGP) {