Skip to content

Commit 8136e21

Browse files
committed
You actually built everything but then bail out at the last second because of this unused variable???
1 parent 66bc10d commit 8136e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/OutfitterEditorPanel.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ namespace {
4444
return to_string(tons) + (tons == 1 ? " ton" : " tons");
4545
}
4646

47-
const string SHIP_OUTLINES = "Ship outlines in shops";
47+
//const string SHIP_OUTLINES = "Ship outlines in shops";
4848

4949
constexpr int ICON_TILE = 62;
5050

0 commit comments

Comments
 (0)