r469: Fixed shutdown error, take 2
[ctsim.git] / src / ctsim.cpp
index a55ba8e3d0e38cc953e05f906a3cb5ba81a23a1e..5d6ef6f68b173859046a600082bcc633a3ee64d8 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ctsim.cpp,v 1.58 2001/01/29 23:11:32 kevin Exp $
+**  $Id: ctsim.cpp,v 1.59 2001/01/30 01:21:37 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.58 2001/01/29 23:11:32 kevin Exp $";
+static const char* rcsindent = "$Id: ctsim.cpp,v 1.59 2001/01/30 01:21:37 kevin Exp $";
 
 struct option CTSimApp::ctsimOptions[] = 
 {
@@ -776,7 +776,6 @@ CTSimApp::newProjectionDoc()
                                pFrame->Show (false);
                        }
                }
-//             newDoc->OnNewDocument();
        }
        
        return newDoc;
@@ -795,7 +794,6 @@ CTSimApp::newImageDoc()
                                pFrame->Show (false);
                        }
                }
-//             newDoc->OnNewDocument();
        }
        
        return newDoc;
@@ -816,7 +814,6 @@ CTSimApp::newPlotDoc()
                                pFrame->Show (false);
                        }
                }
-//             newDoc->OnNewDocument();
        }
        
        return newDoc;
@@ -841,7 +838,6 @@ CTSimApp::newTextDoc()
                                pFrame->Show (false);
                        }
                }
-//             newDoc->OnNewDocument();
        }
        
        return newDoc;
@@ -859,7 +855,6 @@ CTSimApp::newPhantomDoc()
                        if (pFrame)
                                pFrame->SetSize (0,0);
                }
-//             newDoc->OnNewDocument();
        }
        
        return newDoc;