Removed unused code

This commit is contained in:
Antoine Pilote
2023-07-19 00:31:39 -04:00
parent 4e4d203666
commit c3f740883d
4 changed files with 9 additions and 137 deletions

View File

@@ -121,7 +121,6 @@ namespace Nuake
{
auto window = Window::Get()->GetHandle();
auto state = glfwGetMouseButton(window, button);
return state == GLFW_RELEASE && m_MouseButtons[button] == true;
}