Edje: remove a unreachable code from edje_text.c
authorYoungbok Shin <youngb.shin@samsung.com>
Thu, 8 Dec 2016 04:31:04 +0000 (13:31 +0900)
committerWonki Kim <wonki_.kim@samsung.com>
Mon, 2 Jan 2017 07:25:24 +0000 (16:25 +0900)
commit07aee3aea5c63d053ca8e46eef9b9046ac1dda6a
tree1b1a10537009976e7f069a07d1e535f7ed5abc38
parent2cbdc3a5c0b2da1774473271b9c7ecf1f8243dbf
Edje: remove a unreachable code from edje_text.c

Summary:
If "text" is NULL, it is set as empty string in the above code.
So, the removed line is unreachable.

Test Plan: N/A

Reviewers: raster, cedric, herdsman, woohyun, jpeg, Hermet

Reviewed By: Hermet

Differential Revision: https://phab.enlightenment.org/D4462

Change-Id: I4cbea3cf0cbf4a7800040fba11697b02baf5fd7b
src/lib/edje/edje_text.c