Index: ossp-pkg/as/as-gui/as_assist.cpp RCS File: /v/ossp/cvs/ossp-pkg/as/as-gui/as_assist.cpp,v rcsdiff -q -kk '-r1.11' '-r1.12' -u '/v/ossp/cvs/ossp-pkg/as/as-gui/as_assist.cpp,v' 2>/dev/null --- as_assist.cpp 2002/11/24 17:56:54 1.11 +++ as_assist.cpp 2002/11/24 18:03:24 1.12 @@ -6,8 +6,6 @@ #include #include -#include - // User interface #include "titraq.h" #include "titrex.h" // Exception classes @@ -437,7 +435,6 @@ { m_pPrefs = new Preferences(TITRAQ_PREFNAME, TITRAQ_APPTITLE, TITRAQ_PREFVER); if (m_pPrefs->fileState()) { // No file was found, so create a new one -std::cout << "Executing if" << std::endl; m_pPrefs->setString(TITRAQ_PREFASFILE, TITRAQ_DEFASFILE); m_pPrefs->setString(TITRAQ_PREFSTYLE, TITRAQ_DEFSTYLE); m_pPrefs->setString(TITRAQ_PREFVIEW, TITRAQ_DEFVIEW);