aboutsummaryrefslogtreecommitdiff
path: root/sandbox/textexpand.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'sandbox/textexpand.tcl')
-rw-r--r--sandbox/textexpand.tcl6
1 files changed, 0 insertions, 6 deletions
diff --git a/sandbox/textexpand.tcl b/sandbox/textexpand.tcl
deleted file mode 100644
index f690281..0000000
--- a/sandbox/textexpand.tcl
+++ /dev/null
@@ -1,6 +0,0 @@
-zinc .z
-pack .z
-
-proc createItem {type params} {
- if 1 [concat .z add $type 1 $params]
-}