From 54b3d31d573f2d8bc88941a892b47fa89a35f17a Mon Sep 17 00:00:00 2001 From: Ima Mechanique Date: Sun, 7 Jul 2013 18:20:27 +0100 Subject: [PATCH] Removing json.cs which was accidentally merged into next. --- trunk/SecondLife/json.cs | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 trunk/SecondLife/json.cs diff --git a/trunk/SecondLife/json.cs b/trunk/SecondLife/json.cs deleted file mode 100644 index aec1ba3..0000000 --- a/trunk/SecondLife/json.cs +++ /dev/null @@ -1,14 +0,0 @@ -using System; -using System.Collections; -using System.Text; - -namespace LSLEditor -{ - public partial class SecondLife - { - public class jsonObject : DictionaryBase - { - - } - } -}