mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 10:42:36 +03:00
Remove erroneous redeclaration of variable in new scope.
This commit is contained in:
parent
abf8d542b1
commit
0492966c86
@ -924,7 +924,6 @@ void html_mouse_action(struct content *c, struct browser_window *bw,
|
|||||||
}
|
}
|
||||||
|
|
||||||
} else if (mouse & BROWSER_MOUSE_PRESS_1) {
|
} else if (mouse & BROWSER_MOUSE_PRESS_1) {
|
||||||
union html_selection_owner sel_owner;
|
|
||||||
sel_owner.none = true;
|
sel_owner.none = true;
|
||||||
selection_clear(&html->sel, true);
|
selection_clear(&html->sel, true);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user