floatingbutton : remove not reached code 26/175226/1 accepted/tizen/unified/20180413.073553 submit/tizen/20180412.065812 submit/tizen/20180412.094011
authorJunsuChoi <jsuya.choi@samsung.com>
Mon, 9 Apr 2018 10:22:27 +0000 (19:22 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Mon, 9 Apr 2018 10:22:27 +0000 (19:22 +0900)
Change-Id: If6b4a0011bbdc0a97cf208b9e3da12a86e54455f

src/mobile/eext_floatingbutton.c

index a0347411a8a0873817d29834c8ea343f67435827..cdd39c59def611b29a7888e183b5237e8ff8270b 100644 (file)
@@ -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;
      }
 }