Removed PointsCollection

This commit is contained in:
NuHash 2017-05-23 14:30:58 +01:00
parent feffe0a39f
commit ab56018cf3

View file

@ -417,9 +417,4 @@ namespace Cosmos.System.Graphics
set { y = value; }
}
}
public class PointsCollection : List<Point>
{
}
}