1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-16 11:33:03 +01:00

Remove unused variable

This commit is contained in:
Michał Janiszewski
2017-03-18 22:46:59 +01:00
parent 4df0a5ee7d
commit 4a51ebdf1f

View File

@@ -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<IParkImporter>(ParkImporter::Create(hintPath));