Fix all the gcc warnings
This commit is contained in:
@@ -1954,6 +1954,9 @@ public:
|
||||
}
|
||||
};
|
||||
|
||||
#if 0
|
||||
CityMania has its own smallmap
|
||||
|
||||
/** Widget parts of the smallmap display. */
|
||||
static constexpr NWidgetPart _nested_smallmap_display[] = {
|
||||
NWidget(WWT_PANEL, COLOUR_BROWN, WID_SM_MAP_BORDER),
|
||||
@@ -2039,9 +2042,6 @@ static constexpr NWidgetPart _nested_smallmap_widgets[] = {
|
||||
EndContainer(),
|
||||
};
|
||||
|
||||
#if 0
|
||||
CityMania has its own smallmap
|
||||
|
||||
static WindowDesc _smallmap_desc(__FILE__, __LINE__,
|
||||
WDP_AUTO, "smallmap", 484, 314,
|
||||
WC_SMALLMAP, WC_NONE,
|
||||
|
||||
Reference in New Issue
Block a user