From f2ba64c39c5739a0c4c79f432042cab6fb6c9fd2 Mon Sep 17 00:00:00 2001 From: Brandon Schaefer Date: Thu, 30 Jul 2015 11:19:52 -0700 Subject: [PATCH] * No need for this check (was there from some random debugging) --- src/mir_window.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/mir_window.c b/src/mir_window.c index 2656cf3ea..8d64f9195 100644 --- a/src/mir_window.c +++ b/src/mir_window.c @@ -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)