mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-06 01:24:20 +03:00
Remove bogus assertion
svn path=/trunk/netsurf/; revision=10793
This commit is contained in:
parent
a10c4d3a7b
commit
9ad74ad786
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user