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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user