Remove bogus assertion

svn path=/trunk/netsurf/; revision=10793
This commit is contained in:
John Mark Bell 2010-09-17 19:11:53 +00:00
parent a10c4d3a7b
commit 9ad74ad786

View File

@ -474,9 +474,9 @@ void textplain_mouse_action(struct content *c, struct browser_window *bw,
}
}
assert(status);
if (status != NULL)
browser_window_set_status(bw, status);
browser_window_set_status(bw, status);
browser_window_set_pointer(bw->window, pointer);
}