diff --git a/basis/editors/editors.factor b/basis/editors/editors.factor index 907cd230c5..6f046454f8 100644 --- a/basis/editors/editors.factor +++ b/basis/editors/editors.factor @@ -60,8 +60,6 @@ GENERIC: edit ( object -- ) M: object edit dup where [ first2 edit-location ] [ cannot-find-source ] ?if ; -M: link edit name>> edit ; - M: string edit edit-vocab ; : edit-error ( error -- )