Code Cleanup - obsolete code

- Removed obsolete T::removeAttributes.
- Removed obsolete T::sequenceContains.
- Modified handleInfo so it no longer uses T::sequenceContains, and
  instead uses filterSequence.
This commit is contained in:
Paul Beckingham
2009-05-23 18:30:51 -04:00
parent 8fa38fc4c3
commit 0eff6fa2b1
5 changed files with 218 additions and 231 deletions

View File

@@ -41,6 +41,8 @@ public:
std::string composeF4 ();
std::string composeCSV ();
// TODO Series of helper functions.
private:
};