mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-05 01:40:44 +01:00
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:
parent
8e149ffb40
commit
9564827d57
|
@ -441,11 +441,7 @@ bool CGUIListBox::OnEvent(const SEvent& event)
|
|||
}
|
||||
}
|
||||
break;
|
||||
case EET_TOUCH_INPUT_EVENT:
|
||||
case EET_LOG_TEXT_EVENT:
|
||||
case EET_USER_EVENT:
|
||||
case EET_JOYSTICK_INPUT_EVENT:
|
||||
case EGUIET_FORCE_32_BIT:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user