diff --git a/src/openrct2/ParkImporter.cpp b/src/openrct2/ParkImporter.cpp index 72d5bbd41a..dea4b859cb 100644 --- a/src/openrct2/ParkImporter.cpp +++ b/src/openrct2/ParkImporter.cpp @@ -64,7 +64,6 @@ extern "C" IStream * stream = (IStream *)stream_c; std::string hintPath = String::ToStd(hintPath_c); - std::string extension = Path::GetExtension(hintPath); bool isScenario = ParkImporter::ExtensionIsScenario(hintPath); auto parkImporter = std::unique_ptr(ParkImporter::Create(hintPath));