Skip to content

Commit 44c9612

Browse files
committed
removed an unused variable
1 parent 59dc8b8 commit 44c9612

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/GameController.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,6 @@ bool GameController::handleBoardEvent(ScreenCoordinate screenCoord) {
174174
printPlayerInfo(model.getCurrentPlayer());
175175
auto coord = screenToCoord(screenCoord);
176176
std::vector<Settlement*> neighbors;
177-
int resourceToSteal;
178177

179178
switch (getState()){
180179
case BUILDROAD:

0 commit comments

Comments
 (0)