Remove erroneous redeclaration of variable in new scope.

This commit is contained in:
Michael Drake 2015-12-20 12:04:21 +00:00
parent abf8d542b1
commit 0492966c86

View File

@ -924,7 +924,6 @@ void html_mouse_action(struct content *c, struct browser_window *bw,
}
} else if (mouse & BROWSER_MOUSE_PRESS_1) {
union html_selection_owner sel_owner;
sel_owner.none = true;
selection_clear(&html->sel, true);
}