projects
/
platform
/
core
/
uifw
/
efl-ext.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dac5efd
)
floatingbutton : remove not reached code
26/175226/1
accepted/tizen/unified/20180413.073553
submit/tizen/20180412.065812
submit/tizen/20180412.094011
author
JunsuChoi
<jsuya.choi@samsung.com>
Mon, 9 Apr 2018 10:22:27 +0000
(19:22 +0900)
committer
JunsuChoi
<jsuya.choi@samsung.com>
Mon, 9 Apr 2018 10:22:27 +0000
(19:22 +0900)
Change-Id: If6b4a0011bbdc0a97cf208b9e3da12a86e54455f
src/mobile/eext_floatingbutton.c
patch
|
blob
|
history
diff --git
a/src/mobile/eext_floatingbutton.c
b/src/mobile/eext_floatingbutton.c
index a0347411a8a0873817d29834c8ea343f67435827..cdd39c59def611b29a7888e183b5237e8ff8270b 100644
(file)
--- a/
src/mobile/eext_floatingbutton.c
+++ b/
src/mobile/eext_floatingbutton.c
@@
-617,9
+617,6
@@
_eext_floatingbutton_floatingbutton_mode_set(Eo *obj,
sd->pos_disabled[EEXT_FLOATINGBUTTON_RIGHT] = 0;
sd->pos_disabled[EEXT_FLOATINGBUTTON_RIGHT_OUT] = 1;
break;
- case EEXT_FLOATINGBUTTON_MODE_LAST:
- /* you must not reach here */
- break;
}
}