efl_ui_widget: remove missing break in switch 71/252571/2
authorShinwoo Kim <cinoo.kim@samsung.com>
Fri, 29 Jan 2021 10:12:24 +0000 (19:12 +0900)
committerShinwoo Kim <cinoo.kim@samsung.com>
Mon, 1 Feb 2021 01:21:11 +0000 (01:21 +0000)
commitc4e198f5d5d04410b79d2fc024f4fea26591fb70
tree82e8adb93c601854111bc280ac8662840ea2a27a
parent0fac4ec28252f165f393970cea46f9c7b69bcc8f
efl_ui_widget: remove missing break in switch

Current code is correct logically.
But someday we could make a mistake, if there is missing break in switch.
So remove the missing break.

Change-Id: I61094a9aa788e31d5744bb0ace6a744c869cf300
src/lib/elementary/efl_ui_widget.c