Limpieza y organización de código

This commit is contained in:
2022-10-19 10:34:33 +02:00
parent 7288792940
commit d5dfc952c2
13 changed files with 19 additions and 140 deletions

View File

@@ -29,14 +29,6 @@ Item::Item(item_t item)
c = item.color2;
color.push_back(c);
color.push_back(c);
/*
const std::vector<std::string> vColors = {"blue", "red", "magenta", "green", "cyan", "yellow"};
for (auto v:vColors)
{
color.push_back(stringToColor(v));
}
*/
}
// Destructor