remove accessors in Actions added for external serialization
This commit is contained in:
@@ -51,8 +51,6 @@ public:
|
||||
std::vector<ActionX>::const_iterator begin() const;
|
||||
std::vector<ActionX>::const_iterator end() const;
|
||||
|
||||
const std::vector<ActionX>& getActions() const;
|
||||
|
||||
bool operator==(const Actions& data) const;
|
||||
|
||||
template<class Serializer>
|
||||
|
||||
@@ -97,11 +97,6 @@ std::vector<ActionX>::const_iterator Actions::end() const {
|
||||
}
|
||||
|
||||
|
||||
const std::vector<ActionX>& Actions::getActions() const {
|
||||
return actions;
|
||||
}
|
||||
|
||||
|
||||
bool Actions::operator==(const Actions& data) const {
|
||||
return actions == data.actions;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user