evas_textblock : remove wrong condition check for size_t value
authorSangHyeon Jade Lee <sh10233.lee@samsung.com>
Thu, 13 Feb 2020 09:49:57 +0000 (18:49 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 13 Feb 2020 21:34:37 +0000 (06:34 +0900)
commit4e76e4efa211cacf10547d823450178d54784513
treec2ab2c81005ef6ea45f73b89ba8704ff73d068b4
parent7599f9f9f2aa6ed6097895b667a4de3fd3d1e3a9
evas_textblock : remove wrong condition check for size_t value

Summary:
pos in cursor handle is defined size_t type,
(see efl_canvas_textblock_internal.h)
which is unsigned int, and always bigger or equal to 0.

Reviewers: bowonryu, ali.alzyod

Reviewed By: ali.alzyod

Subscribers: cedric, #reviewers, #committers

Tags: #efl

Differential Revision: https://phab.enlightenment.org/D11333
src/lib/evas/canvas/evas_object_textblock.c