style: remove even more deprecated code

This commit is contained in:
2026-03-21 23:37:57 -03:00
parent 603627bd33
commit 2812d225cd
-8
View File
@@ -278,14 +278,6 @@ void Spoofer::serverResponseHandler(const std::string& url, std::string& body, s
std::unordered_set<std::string> foundOfferings; std::unordered_set<std::string> foundOfferings;
std::unordered_set<std::string> foundCatalogItems; std::unordered_set<std::string> foundCatalogItems;
//std::unordered_set<std::string> objectIds;
//objectIds.insert(_camperItemIds.begin(), _camperItemIds.end());
//objectIds.insert(_slasherPowerIds.begin(), _slasherPowerIds.end());
//std::unordered_set<std::string> addonIds;
//addonIds.insert(_camperAddonIds.begin(), _camperAddonIds.end());
//addonIds.insert(_slasherAddonIds.begin(), _slasherAddonIds.end());
std::unordered_set<std::string> offeringIds; std::unordered_set<std::string> offeringIds;
offeringIds.insert(_camperOfferingIds.begin(), _camperOfferingIds.end()); offeringIds.insert(_camperOfferingIds.begin(), _camperOfferingIds.end());
offeringIds.insert(_slasherOfferingIds.begin(), _slasherOfferingIds.end()); offeringIds.insert(_slasherOfferingIds.begin(), _slasherOfferingIds.end());