Remove stale comment

This commit is contained in:
Joakim Hove
2020-03-05 10:04:55 +01:00
parent b53bd27a08
commit 3c0c94ff71

View File

@@ -72,8 +72,6 @@ private:
double double_value;
std::string string_value;
/* This 'mutable' modifier is a hack to avoid tampering with the overall
const-ness of the data in a deck item. */
Dimension dim;
};