theme: removed unnecessary null check.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 3 May 2014 21:18:44 +0000 (06:18 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 3 May 2014 21:18:58 +0000 (06:18 +0900)
commit6bfe6020cc3a8f720cb326096649fbc74e7d5308
tree3f859cfe63881117230664bff84fefaa8838e207
parente8d5ffd2ab58e7a20c8ca020d048eddc633d7c3c
theme: removed unnecessary null check.

Null check is already done in the previous line so do not check null
again.
src/lib/elm_theme.c