1
0
mirror of https://github.com/vcmi/vcmi.git synced 2026-05-22 09:55:17 +02:00

Removed broken & unused serialization of player interface and AI

This commit is contained in:
Ivan Savenko
2024-05-17 16:35:53 +00:00
parent 69e33e406d
commit f3de2cfe1c
19 changed files with 0 additions and 457 deletions
-6
View File
@@ -36,12 +36,6 @@ namespace Goals
{
return new T(static_cast<T const &>(*this)); //casting enforces template instantiation
}
template<typename Handler> void serialize(Handler & h)
{
h & static_cast<AbstractGoal &>(*this);
//h & goalType & isElementar & isAbstract & priority;
//h & value & resID & objid & aid & tile & hero & town & bid;
}
bool operator==(const AbstractGoal & g) const override
{