diff --git a/library/ui/tools/operations.factor b/library/ui/tools/operations.factor index 9558b05158..677f9b1ddf 100644 --- a/library/ui/tools/operations.factor +++ b/library/ui/tools/operations.factor @@ -97,7 +97,6 @@ M: operation invoke-command ( target operation -- ) } define-operation [ word? ] H{ - { +default+ t } { +name+ "Forget" } { +keyboard+ T{ key-down f { A+ } "b" } } { +quot+ [ forget ] }