diff --git a/virtual-programs/label.folk b/virtual-programs/label.folk index 4b65784c..88a86c18 100644 --- a/virtual-programs/label.folk +++ b/virtual-programs/label.folk @@ -2,13 +2,6 @@ When /thing/ has region /region/ { lassign [region centroid $region] x y set radians [region angle $region] - - When the collected matches for [list /someone/ wishes $thing is labeled /text/ with font /font/] are /matches/ { - set text [join [lmap match $matches {dict get $match text}] "\n"] - if {$text eq ""} { return } - Wish $thing is labelled $text with font [dict get $match font] - } - When the collected matches for [list /someone/ wishes $thing is labelled /text/ with font /font/] are /matches/ { set text [join [lmap match $matches {dict get $match text}] "\n"] if {$text eq ""} { return } @@ -17,10 +10,6 @@ When /thing/ has region /region/ { } } -When /someone/ wishes /thing/ is labeled /text/ { - Wish $thing is labelled $text -} - When /someone/ wishes /thing/ is labelled /text/ { # Set the default font Wish $thing is labelled $text with font "PTSans-Regular"