summaryrefslogtreecommitdiff
path: root/render/html_interaction.c
diff options
context:
space:
mode:
Diffstat (limited to 'render/html_interaction.c')
-rw-r--r--render/html_interaction.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/render/html_interaction.c b/render/html_interaction.c
index 153e4f79b..764d58a23 100644
--- a/render/html_interaction.c
+++ b/render/html_interaction.c
@@ -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);
}