OSDN Git Service

Please enter the commit message for your changes. Lines starting
[eos/base.git] / util / src / TclTk / blt2.5 / library / init.tcl
diff --git a/util/src/TclTk/blt2.5/library/init.tcl b/util/src/TclTk/blt2.5/library/init.tcl
deleted file mode 100644 (file)
index 857fa45..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-namespace eval ::blt {
-
-    proc initializeLibrary {} {
-        foreach w {Button Checkbutton Radiobutton Menubutton Label Scrollbar} {
-           foreach i [bind $w] {
-               bind B$w $i [bind $w $i]
-           }
-        }
-    }
-
-   initializeLibrary
-    
-}
-