Removed obsolete functionality.

This commit is contained in:
2016-06-08 00:36:48 +02:00
parent 31fb8ba79b
commit af2f9290c6
3 changed files with 3 additions and 25 deletions

View File

@@ -28,8 +28,6 @@ class Domain
public:
void readPDDL();
bool isDeclared() const;
void setName(std::string name);
const std::string &name() const;
@@ -65,7 +63,6 @@ class Domain
void parseActionSection();
Context &m_context;
bool m_isDeclared;
std::string m_name;
Requirements m_requirements;