Skip to content

Commit 34f5bf8

Browse files
committed
Remove unused declaration in Burrows.cpp
1 parent 5d5288a commit 34f5bf8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

library/modules/Burrows.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,6 @@ bool Burrows::isAssignedUnit(df::burrow *burrow, df::unit *unit)
9999

100100
void Burrows::setAssignedUnit(df::burrow *burrow, df::unit *unit, bool enable)
101101
{
102-
using df::global::plotinfo;
103-
104102
CHECK_NULL_POINTER(unit);
105103
CHECK_NULL_POINTER(burrow);
106104

0 commit comments

Comments
 (0)