From 32f4b240fc603248fcf9b741864c38a9d69437ba Mon Sep 17 00:00:00 2001 From: saschawillems Date: Tue, 14 Mar 2017 20:52:09 +0100 Subject: [PATCH] Removed unused local variables --- offscreen/offscreen.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/offscreen/offscreen.cpp b/offscreen/offscreen.cpp index 1ce7747a..7098dee8 100644 --- a/offscreen/offscreen.cpp +++ b/offscreen/offscreen.cpp @@ -483,9 +483,6 @@ public: models.example.loadFromFile(getAssetPath() + "models/chinesedragon.dae", vertexLayout, 0.3f, vulkanDevice, queue); // Textures - std::string texFormatSuffix; - VkFormat texFormat; - // Get supported compressed texture format if (vulkanDevice->features.textureCompressionBC) { textures.colorMap.loadFromFile(getAssetPath() + "textures/darkmetal_bc3_unorm.ktx", VK_FORMAT_BC3_UNORM_BLOCK, vulkanDevice, queue); }