summaryrefslogtreecommitdiff
path: root/riscos
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2003-12-21 23:31:35 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2003-12-21 23:31:35 +0000
commit3b4de07169777f6f820f08ac1422e9af901b3ee2 (patch)
tree90c1eb62c10d462576185a873e386789a180e999 /riscos
parentadc34761577a0508a3319af88273e3a6d1f0cb90 (diff)
downloadnetsurf-3b4de07169777f6f820f08ac1422e9af901b3ee2.tar.gz
netsurf-3b4de07169777f6f820f08ac1422e9af901b3ee2.tar.bz2
[project @ 2003-12-21 23:31:35 by jmb]
Disable frames for the moment. svn path=/import/netsurf/; revision=440
Diffstat (limited to 'riscos')
-rw-r--r--riscos/htmlinstance.c12
1 files changed, 6 insertions, 6 deletions
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,