* No need for this check (was there from some random debugging)

This commit is contained in:
Brandon Schaefer 2015-07-30 11:19:52 -07:00
parent 82e12b11a0
commit f2ba64c39c

View File

@ -368,8 +368,6 @@ static void handleInput(const MirInputEvent* input_event, _GLFWwindow* window)
static void handleEvent(const MirEvent* event, _GLFWwindow* window) static void handleEvent(const MirEvent* event, _GLFWwindow* window)
{ {
if (!event)
return;
int type = mir_event_get_type(event); int type = mir_event_get_type(event);
switch (type) switch (type)