r446: no message
[ctsim.git] / src / ctsim.cpp
index bbb3d4b7c2a7eeb036c3baf4f62fad1c3fa7c6a3..95994085a691a756fea75d36ec380eb6534e2f18 100644 (file)
@@ -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;