]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/help/markup/markup.factor
kernel: Retire $complex-shuffle
[factor.git] / basis / help / markup / markup.factor
index 37ed5a8ad3a67abdc45eedc53abe33b4190edeef..d122897172d613209fa73e6f8522e0e9d8b29fdf 100644 (file)
@@ -452,10 +452,6 @@ M: f ($instance) ($link) ;
     ?first [ ": " swap "." 4array ] [ "." append ] if*
     $description ;
 
-: $complex-shuffle ( element -- )
-    $shuffle
-    { "The data flow represented by this shuffle word might be more clearly expressed using " { $link "locals" } "." } $deprecated ;
-
 : $low-level-note ( children -- )
     drop
     "Calling this word directly is not necessary in most cases. Higher-level words call it automatically." $notes ;