Code Cleanup

- Eliminated obsolete composeYAML and composeCSV methods.  With export
  capabilities moving outside the core, these are no longer needed.
This commit is contained in:
Paul Beckingham 2011-08-29 21:33:34 -04:00
parent 5276bfd473
commit f14b414b9c
2 changed files with 0 additions and 93 deletions

View file

@ -45,8 +45,6 @@ public:
void parse (const std::string&);
std::string composeF4 () const;
std::string composeCSV () const;
std::string composeYAML () const;
std::string composeJSON (bool include_id = false) const;
// Status values.