From 76ed1e666fc81d317790cdd07a06b0b656046695 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Sun, 2 Jun 2019 20:01:19 +0200 Subject: [PATCH] Remove unused variable. --- profiler/src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/profiler/src/main.cpp b/profiler/src/main.cpp index 9e37c910..b93b8cd5 100644 --- a/profiler/src/main.cpp +++ b/profiler/src/main.cpp @@ -167,7 +167,6 @@ int main( int argc, char** argv ) { GLFWimage icon; - int comp; icon.pixels = stbi_load_from_memory( (const stbi_uc*)Icon_data, Icon_size, &icon.width, &icon.height, nullptr, 4 ); glfwSetWindowIcon( window, 1, &icon ); free( icon.pixels );