elm_atspi: remove redundant null checking
authorThiep Ha <thiepha@gmail.com>
Wed, 21 Sep 2016 07:49:12 +0000 (16:49 +0900)
committerThiep Ha <thiepha@gmail.com>
Wed, 21 Sep 2016 08:03:14 +0000 (17:03 +0900)
commit401706351d38cbfd6fa7e677af387400a888932a
tree1065f582cf0a663758038c7572d8723b94f42330
parentc998fd5ee7e90f1861aba6d4a44d8c0b5387bb61
elm_atspi: remove redundant null checking

The type is always _ADDED or _REMOVED, therefore atspi_desc
is always "add" or "remove"; no need to have null checking for it.
src/lib/elementary/elm_atspi_bridge.c