r565: *** empty log message ***
[ctsim.git] / src / ctsim.cpp
index c6df4ae743dce967d021bf82c80e6355beaebae4..6207a0ff5ac987517f6070daa949a7b4cd4fb692 100644 (file)
@@ -9,7 +9,7 @@
 **  This is part of the CTSim program
 **  Copyright (C) 1983-2000 Kevin Rosenberg
 **
-**  $Id: ctsim.cpp,v 1.83 2001/02/21 00:09:31 kevin Exp $
+**  $Id: ctsim.cpp,v 1.84 2001/02/21 00:34:12 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
@@ -72,7 +72,7 @@
 #endif
 #endif
 
-static const char* rcsindent = "$Id: ctsim.cpp,v 1.83 2001/02/21 00:09:31 kevin Exp $";
+static const char* rcsindent = "$Id: ctsim.cpp,v 1.84 2001/02/21 00:34:12 kevin Exp $";
 
 struct option CTSimApp::ctsimOptions[] = 
 {
@@ -595,21 +595,6 @@ MainFrame::showHelp (int commandID)
 #endif
                break;
 
-        case IDH_QUICKSTART:
-#ifdef CTSIM_WINHELP
-    m_winHelp.DisplaySection (commandID);
-#else
-    m_htmlHelp.Display (_T("Quick Start"));
-#endif
-    break;
-
-       case IDH_DLG_PROJECTIONS:
-#ifdef CTSIM_WINHELP
-    m_winHelp.DisplaySection (commandID);
-#else
-    m_htmlHelp.DisplaySection (_T("IDH_DLG_PROJECTIONS"));
-#endif
-    break;
 
        default:
 #ifdef CTSIM_WINHELP