summaryrefslogtreecommitdiffstats
path: root/tkcon/pkgIndex.tcl
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2019-01-07 21:04:53 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2019-01-07 21:04:53 (GMT)
commitcc7a4dfe87646677f2ac17cb8a403e522b5bf2a1 (patch)
tree77a3612dc0841f96b4c485575ae6e72f4dc138be /tkcon/pkgIndex.tcl
parent47ba30ed109ae3ce6a00a25c6c607114cade5f9b (diff)
downloadblt-cc7a4dfe87646677f2ac17cb8a403e522b5bf2a1.zip
blt-cc7a4dfe87646677f2ac17cb8a403e522b5bf2a1.tar.gz
blt-cc7a4dfe87646677f2ac17cb8a403e522b5bf2a1.tar.bz2
update TEA 3.13
Diffstat (limited to 'tkcon/pkgIndex.tcl')
-rw-r--r--tkcon/pkgIndex.tcl11
1 files changed, 0 insertions, 11 deletions
diff --git a/tkcon/pkgIndex.tcl b/tkcon/pkgIndex.tcl
deleted file mode 100644
index 431442a..0000000
--- a/tkcon/pkgIndex.tcl
+++ /dev/null
@@ -1,11 +0,0 @@
-# pkgIndex.tcl to use tkcon as a package via 'package require tkcon'
-#
-# 'tkcon show' will do all that is necessary to display tkcon
-#
-# Defaults to:
-# * the main interp as the "slave"
-# * hiding tkcon when you click in the titlebar [X]
-# * using '.tkcon' as the root toplevel
-# * not displaying itself at 'package require' time
-#
-package ifneeded tkcon 2.7 [list source [file join $dir tkcon.tcl]]