From ab56018cf36f0767fc3bcbc6d84d57a41e8bbdf2 Mon Sep 17 00:00:00 2001 From: NuHash Date: Tue, 23 May 2017 14:30:58 +0100 Subject: [PATCH] Removed PointsCollection --- source/Cosmos.System/Graphics/Canvas.cs | 5 ----- 1 file changed, 5 deletions(-) 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 - { - - } }