* Remove printf statement!

This commit is contained in:
BrandonSchaefer 2014-11-06 00:25:21 -08:00
parent 4789ebd5d2
commit fbb844ae56

View File

@ -201,8 +201,6 @@ void HandleMouseButton(_GLFWwindow* window, int pressed, MirMotionButton button)
last_button = glfw_button;
printf("WE HAVE TO GET HERE\n");
// FIXME Get the modifiers
_glfwInputMouseClick(window, glfw_button, pressed, 0);
}