Code

screen_browser: removed entity.song!=NULL check
authorMax Kellermann <max@duempel.org>
Thu, 18 Sep 2008 21:35:12 +0000 (23:35 +0200)
committerMax Kellermann <max@duempel.org>
Thu, 18 Sep 2008 21:35:12 +0000 (23:35 +0200)
commit479c19084abdafb4fbc4217c5664f6d1ab65e12e
treedb9456310018f737f0d9e01a0609f1c54b763894
parentcb2ec6826f7646ec3a5cf430fdda8b8249cb8f4b
screen_browser: removed entity.song!=NULL check

It is guaranteed that the "song" attribute is not NULL, remove the
check.
src/screen_browser.c