remove unused variable

This commit is contained in:
darsh
2025-09-26 11:38:52 -04:00
parent 446e18f0c8
commit e4065e3b66

View File

@@ -519,7 +519,6 @@ string generate_dungeon_item_encodings_text(Json map_data) {
int item_probability;
bool first;
int last_index;
string last_index_name;
text << "@ This is auto-generated by dungeon_item_data.json.\n";