mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
Remove unused variable.
This commit is contained in:
parent
d5b3ec9503
commit
76ed1e666f
@ -167,7 +167,6 @@ int main( int argc, char** argv )
|
|||||||
|
|
||||||
{
|
{
|
||||||
GLFWimage icon;
|
GLFWimage icon;
|
||||||
int comp;
|
|
||||||
icon.pixels = stbi_load_from_memory( (const stbi_uc*)Icon_data, Icon_size, &icon.width, &icon.height, nullptr, 4 );
|
icon.pixels = stbi_load_from_memory( (const stbi_uc*)Icon_data, Icon_size, &icon.width, &icon.height, nullptr, 4 );
|
||||||
glfwSetWindowIcon( window, 1, &icon );
|
glfwSetWindowIcon( window, 1, &icon );
|
||||||
free( icon.pixels );
|
free( icon.pixels );
|
||||||
|
Loading…
Reference in New Issue
Block a user