summaryrefslogtreecommitdiff
path: root/amiga/context_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/context_menu.c')
-rwxr-xr-xamiga/context_menu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/amiga/context_menu.c b/amiga/context_menu.c
index 6a53248ec..12df13aac 100755
--- a/amiga/context_menu.c
+++ b/amiga/context_menu.c
@@ -385,7 +385,6 @@ uint32 ami_context_menu_hook(struct Hook *hook,Object *item,APTR reserved)
break;
case CMID_SELCUT:
- browser_window_key_press(gwin->bw, KEY_COPY_SELECTION);
browser_window_key_press(gwin->bw, KEY_CUT_SELECTION);
break;