From 3b4de07169777f6f820f08ac1422e9af901b3ee2 Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sun, 21 Dec 2003 23:31:35 +0000 Subject: [project @ 2003-12-21 23:31:35 by jmb] Disable frames for the moment. svn path=/import/netsurf/; revision=440 --- riscos/htmlinstance.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'riscos') diff --git a/riscos/htmlinstance.c b/riscos/htmlinstance.c index e9ca0931e..f305beb94 100644 --- a/riscos/htmlinstance.c +++ b/riscos/htmlinstance.c @@ -21,11 +21,11 @@ void html_add_instance(struct content *c, struct browser_window *bw, if (c->data.html.object[i].content == 0) continue; if (c->data.html.object[i].content->type == CONTENT_HTML) - frame_add_instance(c->data.html.object[i].content, + /*frame_add_instance(c->data.html.object[i].content, bw, c, c->data.html.object[i].box, c->data.html.object[i].box->object_params, - &c->data.html.object[i].box->object_state); + &c->data.html.object[i].box->object_state)*/; else content_add_instance(c->data.html.object[i].content, bw, c, @@ -45,11 +45,11 @@ void html_reshape_instance(struct content *c, struct browser_window *bw, if (c->data.html.object[i].content == 0) continue; if (c->data.html.object[i].content->type == CONTENT_HTML) - frame_reshape_instance(c->data.html.object[i].content, + /*frame_reshape_instance(c->data.html.object[i].content, bw, c, c->data.html.object[i].box, c->data.html.object[i].box->object_params, - &c->data.html.object[i].box->object_state); + &c->data.html.object[i].box->object_state)*/; else content_reshape_instance(c->data.html.object[i].content, bw, c, @@ -68,11 +68,11 @@ void html_remove_instance(struct content *c, struct browser_window *bw, if (c->data.html.object[i].content == 0) continue; if (c->data.html.object[i].content->type == CONTENT_HTML) - frame_remove_instance(c->data.html.object[i].content, + /*frame_remove_instance(c->data.html.object[i].content, bw, c, c->data.html.object[i].box, c->data.html.object[i].box->object_params, - &c->data.html.object[i].box->object_state); + &c->data.html.object[i].box->object_state)*/; else content_remove_instance(c->data.html.object[i].content, bw, c, -- cgit v1.2.3