diff --git a/source/Cosmos.System/Graphics/Canvas.cs b/source/Cosmos.System/Graphics/Canvas.cs index 63aa5f1ac..c63c171ba 100644 --- a/source/Cosmos.System/Graphics/Canvas.cs +++ b/source/Cosmos.System/Graphics/Canvas.cs @@ -417,9 +417,4 @@ namespace Cosmos.System.Graphics set { y = value; } } } - - public class PointsCollection : List - { - - } }