From a8a06ed07b6e69bd1e88ef59f997229e25a0d78c Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 9 Aug 2016 06:44:45 +0000 Subject: * ext/tk: Tk is removed from stdlib. [Feature #8539] https://github.com/ruby/tk is the new upstream. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55844 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/tk/lib/tkextlib/itcl.rb | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 ext/tk/lib/tkextlib/itcl.rb (limited to 'ext/tk/lib/tkextlib/itcl.rb') diff --git a/ext/tk/lib/tkextlib/itcl.rb b/ext/tk/lib/tkextlib/itcl.rb deleted file mode 100644 index 3a67b3f651..0000000000 --- a/ext/tk/lib/tkextlib/itcl.rb +++ /dev/null @@ -1,14 +0,0 @@ -# frozen_string_literal: false -# -# [incr Tcl] support -# by Hidetoshi NAGAI (nagai@ai.kyutech.ac.jp) -# - -# call setup script for general 'tkextlib' libraries -require 'tkextlib/setup.rb' - -# call setup script -require 'tkextlib/itcl/setup.rb' - -# load library -require 'tkextlib/itcl/incr_tcl.rb' -- cgit v1.2.3