aboutsummaryrefslogtreecommitdiff
path: root/core/list-remove-help.pd
diff options
context:
space:
mode:
authorLuke Iannini <lukeiannini@users.sourceforge.net>2008-10-26 08:22:12 +0000
committerLuke Iannini <lukeiannini@users.sourceforge.net>2008-10-26 08:22:12 +0000
commit204cb1b74aeec62614a3de516ab67779618e9a36 (patch)
treeb1d404adb3d313e3ed6a8410fbcf6b9f79faf83f /core/list-remove-help.pd
parent2ded32118bbf25d3bdaa95acded1fffe22be2329 (diff)
continued reorg
svn path=/trunk/abstractions/sfruit/; revision=10349
Diffstat (limited to 'core/list-remove-help.pd')
-rw-r--r--core/list-remove-help.pd21
1 files changed, 0 insertions, 21 deletions
diff --git a/core/list-remove-help.pd b/core/list-remove-help.pd
deleted file mode 100644
index a2f23b9..0000000
--- a/core/list-remove-help.pd
+++ /dev/null
@@ -1,21 +0,0 @@
-#N canvas 558 452 463 332 10;
-#X obj 201 141 hradio 15 1 0 8 empty empty POS_(zero-based) 0 -6 0
-8 -262144 -1 -1 1;
-#X floatatom 201 161 5 0 0 0 - - -;
-#X msg 151 109 0 1 2 3 4;
-#X obj 151 227 print;
-#X text 36 51 Negative POS counts from the end of the list.;
-#X text 35 26 list-remove: remove (n) elements at position POS from
-list.;
-#X text 36 72 Arguments: POS to begin removal \, number of elements
-to remove.;
-#X floatatom 251 176 5 0 0 0 - - -;
-#X text 290 176 # of elements;
-#X obj 151 197 list-remove 2 2;
-#X text 235 304 list-remove 2007 Luke Iannini;
-#X text 5 276 helpfile based on list-abs by Frank Barknecht;
-#X connect 0 0 1 0;
-#X connect 1 0 9 1;
-#X connect 2 0 9 0;
-#X connect 7 0 9 2;
-#X connect 9 0 3 0;