summaryrefslogtreecommitdiff
path: root/frontends/riscos/gui/url_bar.c
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2019-08-05 22:13:24 +0100
committerDaniel Silverstone <dsilvers@digital-scurf.org>2019-08-05 22:13:24 +0100
commit865844ede7ffa096c83149657f7223ccda405c2e (patch)
treeb720b88eafa32bfdaa7f7d892a0fba10ad305120 /frontends/riscos/gui/url_bar.c
parentddfa76b1fc172d0701bee3e8762e97c354fd67cf (diff)
downloadnetsurf-865844ede7ffa096c83149657f7223ccda405c2e.tar.gz
netsurf-865844ede7ffa096c83149657f7223ccda405c2e.tar.bz2
riscos: Try and fix up all the content changes
Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
Diffstat (limited to 'frontends/riscos/gui/url_bar.c')
-rw-r--r--frontends/riscos/gui/url_bar.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/frontends/riscos/gui/url_bar.c b/frontends/riscos/gui/url_bar.c
index 6fb3b2a2a..ee5c689df 100644
--- a/frontends/riscos/gui/url_bar.c
+++ b/frontends/riscos/gui/url_bar.c
@@ -1327,16 +1327,6 @@ static nserror ro_gui_url_bar_res_cb(hlcache_handle *handle,
r->height = content_get_height(handle);
break;
- case CONTENT_MSG_QUERY:
- /** \todo QUERY - Decide what is right here */
- /* For now, the only safe decision is to cancel the fetch */
- event->data.query_msg->cb(false, event->data.query_msg->cb_pw);
- return NSERROR_OK;
-
- case CONTENT_MSG_QUERY_FINISHED:
- /** \todo QUERY - Decide what is right here */
- return NSERROR_OK;
-
default:
break;
}