--- trunk/src/brains/SimInfo.hpp 2005/03/01 19:11:47 384 +++ trunk/src/brains/SimInfo.hpp 2005/03/09 17:30:29 413 @@ -400,10 +400,6 @@ class SimInfo { void removeExcludePairs(Molecule* mol); - SelectionManager* getSelectionManager() { - return selectMan_; - } - /** Returns the unique atom types of local processor in an array */ std::set getUniqueAtomTypes(); @@ -504,7 +500,6 @@ class SimInfo { bool fortranInitialized_; /**< flag indicate whether fortran side is initialized */ - SelectionManager* selectMan_; #ifdef IS_MPI //in Parallel version, we need MolToProc public: