mirror of
https://github.com/glfw/glfw.git
synced 2025-10-03 13:20:58 +00:00
* No need for this check (was there from some random debugging)
This commit is contained in:
parent
82e12b11a0
commit
f2ba64c39c
@ -368,8 +368,6 @@ static void handleInput(const MirInputEvent* input_event, _GLFWwindow* window)
|
||||
|
||||
static void handleEvent(const MirEvent* event, _GLFWwindow* window)
|
||||
{
|
||||
if (!event)
|
||||
return;
|
||||
int type = mir_event_get_type(event);
|
||||
|
||||
switch (type)
|
||||
|
Loading…
Reference in New Issue
Block a user