evas: drop redundant pointer check
authorBryce Harrington <bryce@osg.samsung.com>
Wed, 15 Mar 2017 17:40:01 +0000 (10:40 -0700)
committerCedric BAIL <cedric@osg.samsung.com>
Wed, 15 Mar 2017 17:49:47 +0000 (10:49 -0700)
commit24ed55539d76d546a0fb29379acfe241c633ddd8
treec25233e93ce406c8fc42a2fcac36bf5918d25856
parent23eb88709b3b7db6b5295364cc2ed1a92c10c140
evas: drop redundant pointer check

Summary:
The function already has a precondition test for !font, so this
additional test will never trigger.

@fix CID1371525

Reviewers: cedric, jpeg

Subscribers: jpeg, cedric

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

Signed-off-by: Cedric BAIL <cedric@osg.samsung.com>
src/lib/evas/canvas/evas_object_text.c