summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--atari/hotlist.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/atari/hotlist.c b/atari/hotlist.c
index bd1e0f2cd..58c7bee47 100644
--- a/atari/hotlist.c
+++ b/atari/hotlist.c
@@ -107,12 +107,8 @@ static void atari_hotlist_mouse_action(struct core_window *cw,
int x, int y)
{
LOG(("x: %d, y: %d\n", x, y));
- if((mouse & BROWSER_MOUSE_HOVER) && hotlist_has_selection()){
- hotlist_mouse_action(mouse, x, y);
- } else {
- hotlist_mouse_action(mouse, x, y);
- }
+ hotlist_mouse_action(mouse, x, y);
}