RISC OS: Squash unused variable.

This commit is contained in:
Michael Drake 2016-12-29 12:01:29 +00:00
parent 16b8d524e8
commit 7aa1dd601e

View File

@ -532,8 +532,6 @@ static nserror ro_hotlist_init(void)
/* exported interface documented in riscos/hotlist.h */
nserror ro_gui_hotlist_present(void)
{
nserror res;
/* deal with external hotlist handler */
if (nsoption_bool(external_hotlists) &&
(nsoption_charp(external_hotlist_app) != NULL) &&