summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorMichael Drake <tlsa@netsurf-browser.org>2016-12-29 12:01:29 +0000
committerMichael Drake <tlsa@netsurf-browser.org>2016-12-29 12:01:29 +0000
commit7aa1dd601e40d0684efbdd53b6ce5109846fcc37 (patch)
treebe031610362534137143284569206089cb824386 /frontends
parent16b8d524e89e575230a46746bb117bc7f2a4f265 (diff)
downloadnetsurf-7aa1dd601e40d0684efbdd53b6ce5109846fcc37.tar.gz
netsurf-7aa1dd601e40d0684efbdd53b6ce5109846fcc37.tar.bz2
RISC OS: Squash unused variable.
Diffstat (limited to 'frontends')
-rw-r--r--frontends/riscos/hotlist.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/frontends/riscos/hotlist.c b/frontends/riscos/hotlist.c
index 80dd7d36d..ae27bf55d 100644
--- a/frontends/riscos/hotlist.c
+++ b/frontends/riscos/hotlist.c
@@ -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) &&