Skip to content

Commit 2dc1310

Browse files
cppcooperdhthwy
authored andcommitted
Comment out unused declarations in remotefortressreader.cpp
1 parent aa27348 commit 2dc1310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

plugins/remotefortressreader/remotefortressreader.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,8 +1679,8 @@ static command_result GetUnitListInside(color_ostream &stream, const BlockReques
16791679
continue;
16801680
}
16811681

1682-
using df::global::cur_year;
1683-
using df::global::cur_year_tick;
1682+
//using df::global::cur_year;
1683+
//using df::global::cur_year_tick;
16841684

16851685
send_unit->set_age(Units::getAge(unit, false));
16861686

0 commit comments

Comments
 (0)