From 4a51ebdf1f04e5c06dfd2d1331f5ccc7a50a69e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Janiszewski?= Date: Sat, 18 Mar 2017 22:46:59 +0100 Subject: [PATCH] Remove unused variable --- src/openrct2/ParkImporter.cpp | 1 - 1 file changed, 1 deletion(-) 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));