Code

screen_browser: removed redundant entity type checks
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)
commiteb04b19e0eaa2554f573837f5597f73f01dba318
tree9c68e84450e033f7d44d60ad0d84fd1844e04e78
parent860824f958bf3cad703b67ee612f1ae5b5e1957f
screen_browser: removed redundant entity type checks

The function browser_select_entry() returns early when the entity type
is not "SONG".  No need to double check that.
src/screen_browser.c