summaryrefslogtreecommitdiff
path: root/atari/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/history.c')
-rw-r--r--atari/history.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/atari/history.c b/atari/history.c
index 064160133..3d4ef46a3 100644
--- a/atari/history.c
+++ b/atari/history.c
@@ -103,11 +103,8 @@ static void atari_global_history_mouse_action(struct core_window *cw,
int x, int y)
{
LOG(("x: %d, y: %d\n", x, y));
- if((mouse & BROWSER_MOUSE_HOVER) && global_history_has_selection()){
- global_history_mouse_action(mouse, x, y);
- } else {
- global_history_mouse_action(mouse, x, y);
- }
+
+ global_history_mouse_action(mouse, x, y);
}