tidy up after self

remove a couple of no-longer-used variables that i missed last time
develop
Kelly Kinkade 2023-03-27 00:31:47 -05:00
parent 4a173aac99
commit 0f5456c45b
1 changed files with 0 additions and 3 deletions

@ -288,8 +288,6 @@ public:
std::string description;
w->getItemDescription(&description, 0);
bool allocated = false;
if (wearing.count(ty) == 0)
{
if (available[std::make_pair(ty, usize)] > 0)
@ -404,7 +402,6 @@ public:
if (f == jobTypeMap.end())
continue;
auto sub = o->item_subtype;
int race = o->hist_figure_id;
for (auto& m : all_materials)