diff --git a/src/emulation/properties.hpp b/src/emulation/properties.hpp index dfd6221..7af211c 100644 --- a/src/emulation/properties.hpp +++ b/src/emulation/properties.hpp @@ -181,7 +181,6 @@ class Properties { throw std::runtime_error("Tried to overwrite an active property set with another active one!"); props._valueMap = _valueMap; } - props._valueList = _valueList; } bool operator==(const Properties& other) const {