Remove frames handling from ro_msg_dataload function.

svn path=/trunk/netsurf/; revision=12732
This commit is contained in:
Michael Drake 2011-09-05 11:10:21 +00:00
parent 1d5c6fd0ce
commit 01b2101e93

View File

@ -1500,10 +1500,6 @@ void ro_msg_dataload(wimp_message *message)
if (g) {
if (ro_gui_window_dataload(g, message))
return;
/* Get top-level window for loading into */
while (g->bw->parent)
g = g->bw->parent->window;
}
else {
g = ro_gui_toolbar_lookup(message->data.data_xfer.w);