Removed unused code

This commit is contained in:
Aristo7
2021-05-03 21:31:06 -05:00
parent f4def0c93f
commit 03c219bd2d
6 changed files with 0 additions and 107 deletions
-7
View File
@@ -114,13 +114,6 @@ int CIconManager::GetIconTexture(const char* iconName)
return 0;
}
ITexture* texture = GetIEditor()->GetRenderer() ? GetIEditor()->GetRenderer()->EF_LoadTexture(iconName) : nullptr;
if (texture)
{
id = texture->GetTextureID();
m_textures[iconName] = id;
}
return id;
}