From 5bea08f7b7f3007bd60f9895603779b58238cb31 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 4 Dec 2007 08:09:44 +0000 Subject: * lib/json.rb, lib/json/*: moved to ext/json/lib. -- M trunk/ChangeLog D trunk/lib/json D trunk/lib/json.rb A trunk/ext/json/lib A trunk/ext/json/lib/json A trunk/ext/json/lib/json.rb A trunk/ext/json/extconf.rb git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14100 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/json/Array.xpm | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 lib/json/Array.xpm (limited to 'lib/json/Array.xpm') diff --git a/lib/json/Array.xpm b/lib/json/Array.xpm deleted file mode 100644 index 27c48011f..000000000 --- a/lib/json/Array.xpm +++ /dev/null @@ -1,21 +0,0 @@ -/* XPM */ -static char * Array_xpm[] = { -"16 16 2 1", -" c None", -". c #000000", -" ", -" ", -" ", -" .......... ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" . . ", -" .......... ", -" ", -" ", -" "}; -- cgit