Browse Source

remove unused code.

master
Craig Oates 5 years ago
parent
commit
02a7b3b3d8
  1. 2
      DeathSocket/GridPainter.fs
  2. 1
      TestCentre/LibraryTests.fs

2
DeathSocket/GridPainter.fs

@ -174,8 +174,6 @@ namespace DeathSocket
(* SkiaSharp Functions (* SkiaSharp Functions
==================================================================== *) ==================================================================== *)
// NOT TESTED
/// <summary> /// <summary>
/// Uses the information included in spec to create a SKData buffer. /// Uses the information included in spec to create a SKData buffer.
/// The buffer will contain a gridded image which you can then use in /// The buffer will contain a gridded image which you can then use in

1
TestCentre/LibraryTests.fs

@ -110,7 +110,6 @@
open DeathSocket.GridPainter open DeathSocket.GridPainter
open TestingHelpers open TestingHelpers
open FsCheck.Xunit open FsCheck.Xunit
open SkiaSharp
(* With regards to the "saving images" tests, you should end up with (* With regards to the "saving images" tests, you should end up with
one image left over in the SavingTestArea folder. Comment out the one image left over in the SavingTestArea folder. Comment out the

Loading…
Cancel
Save