From 02a7b3b3d8c31af521971ed1ba2475f9f8fc1869 Mon Sep 17 00:00:00 2001 From: Craig Oates Date: Mon, 31 Dec 2018 11:53:07 +0000 Subject: [PATCH] remove unused code. --- DeathSocket/GridPainter.fs | 2 -- TestCentre/LibraryTests.fs | 1 - 2 files changed, 3 deletions(-) diff --git a/DeathSocket/GridPainter.fs b/DeathSocket/GridPainter.fs index b1df029..59a68b2 100644 --- a/DeathSocket/GridPainter.fs +++ b/DeathSocket/GridPainter.fs @@ -174,8 +174,6 @@ namespace DeathSocket (* SkiaSharp Functions ==================================================================== *) - // NOT TESTED - /// /// Uses the information included in spec to create a SKData buffer. /// The buffer will contain a gridded image which you can then use in diff --git a/TestCentre/LibraryTests.fs b/TestCentre/LibraryTests.fs index 6c44075..3b124dd 100644 --- a/TestCentre/LibraryTests.fs +++ b/TestCentre/LibraryTests.fs @@ -110,7 +110,6 @@ open DeathSocket.GridPainter open TestingHelpers open FsCheck.Xunit - open SkiaSharp (* With regards to the "saving images" tests, you should end up with one image left over in the SavingTestArea folder. Comment out the