Removing json.cs which was accidentally merged into next.

This commit is contained in:
Ima Mechanique 2013-07-07 18:20:27 +01:00
parent 7a2e6b5ad7
commit 54b3d31d57

View file

@ -1,14 +0,0 @@
using System;
using System.Collections;
using System.Text;
namespace LSLEditor
{
public partial class SecondLife
{
public class jsonObject : DictionaryBase
{
}
}
}