Avoid clang warning.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@6247 dfc29bdd-3216-0410-991c-e03cc46cb475
This commit is contained in:
cutealien 2021-08-26 21:30:44 +00:00
parent 8e149ffb40
commit 9564827d57

@ -441,11 +441,7 @@ bool CGUIListBox::OnEvent(const SEvent& event)
} }
} }
break; break;
case EET_TOUCH_INPUT_EVENT: default:
case EET_LOG_TEXT_EVENT:
case EET_USER_EVENT:
case EET_JOYSTICK_INPUT_EVENT:
case EGUIET_FORCE_32_BIT:
break; break;
} }
} }