mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-23 12:36:51 +03:00
RISC OS: Squash unused variable.
This commit is contained in:
parent
16b8d524e8
commit
7aa1dd601e
@ -532,8 +532,6 @@ static nserror ro_hotlist_init(void)
|
|||||||
/* exported interface documented in riscos/hotlist.h */
|
/* exported interface documented in riscos/hotlist.h */
|
||||||
nserror ro_gui_hotlist_present(void)
|
nserror ro_gui_hotlist_present(void)
|
||||||
{
|
{
|
||||||
nserror res;
|
|
||||||
|
|
||||||
/* deal with external hotlist handler */
|
/* deal with external hotlist handler */
|
||||||
if (nsoption_bool(external_hotlists) &&
|
if (nsoption_bool(external_hotlists) &&
|
||||||
(nsoption_charp(external_hotlist_app) != NULL) &&
|
(nsoption_charp(external_hotlist_app) != NULL) &&
|
||||||
|
Loading…
Reference in New Issue
Block a user