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 - { - - } - } -}