slider: removed unnecessary key value check in case of key up event
authorJaeun Choi <jaeun12.choi@samsung.com>
Fri, 18 Apr 2014 02:53:27 +0000 (11:53 +0900)
committerChunEon Park <hermet@hermet.pe.kr>
Fri, 18 Apr 2014 02:53:27 +0000 (11:53 +0900)
commitfcd6880b6c46710838f37649fc6a52a23f8b7e36
tree762915f5f8ce432abc01a7c82691ac6f83bb10e8
parentf8a26ed1faa942220db5fc480963b665ef5e9417
slider: removed unnecessary key value check in case of key up event

Summary:
This patch removes unnecessary codes.
There is no need to check key value in case of key up event,
since any other key down event except direction keys will cancel sliding.
Instead, hide popup if the popup is visible at that point.

Test Plan: None

Reviewers: Hermet, raster

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D760
legacy/elementary/src/lib/elm_slider.c