mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-05 18:44:25 +03:00
Remove unused variable.
This commit is contained in:
parent
56731e1dbb
commit
5de59fba24
@ -3556,7 +3556,6 @@ void ro_gui_window_toolbar_click(void *data,
|
|||||||
toolbar_action_type action_type, union toolbar_action action)
|
toolbar_action_type action_type, union toolbar_action action)
|
||||||
{
|
{
|
||||||
struct gui_window *g = data;
|
struct gui_window *g = data;
|
||||||
struct browser_window *new_bw;
|
|
||||||
nserror err;
|
nserror err;
|
||||||
|
|
||||||
if (g == NULL)
|
if (g == NULL)
|
||||||
|
Loading…
Reference in New Issue
Block a user