X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fctsim.cpp;h=95994085a691a756fea75d36ec380eb6534e2f18;hp=bbb3d4b7c2a7eeb036c3baf4f62fad1c3fa7c6a3;hb=45397dc165b10a955712c851dba54da411f60dab;hpb=af2b058715fb690c708734708ac178490371b3ad diff --git a/src/ctsim.cpp b/src/ctsim.cpp index bbb3d4b..9599408 100644 --- a/src/ctsim.cpp +++ b/src/ctsim.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (C) 1983-2000 Kevin Rosenberg ** -** $Id: ctsim.cpp,v 1.48 2001/01/27 01:57:29 kevin Exp $ +** $Id: ctsim.cpp,v 1.49 2001/01/27 03:08:16 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 @@ -70,7 +70,7 @@ #endif #endif -static const char* rcsindent = "$Id: ctsim.cpp,v 1.48 2001/01/27 01:57:29 kevin Exp $"; +static const char* rcsindent = "$Id: ctsim.cpp,v 1.49 2001/01/27 03:08:16 kevin Exp $"; struct option CTSimApp::ctsimOptions[] = { @@ -782,7 +782,6 @@ CTSimApp::newProjectionDoc() } } newDoc->OnNewDocument(); -// newDoc->SetFilename(strFilename, true); } return newDoc;