Browse Source

Remove unnecessary usings

Xiphereal 3 years ago
parent
commit
8dcbec6e4c
1 changed files with 0 additions and 2 deletions
  1. 0 2
      PixiEditor/Models/DataHolders/RecentlyOpenedDocument.cs

+ 0 - 2
PixiEditor/Models/DataHolders/RecentlyOpenedDocument.cs

@@ -1,11 +1,9 @@
 using System.Diagnostics;
 using System.IO;
-using System.Linq;
 using System.Windows.Media.Imaging;
 using PixiEditor.Helpers;
 using PixiEditor.Models.ImageManipulation;
 using PixiEditor.Models.IO;
-using PixiEditor.Models.Layers;
 using PixiEditor.Parser;
 
 namespace PixiEditor.Models.DataHolders