Browse Source

Remove unnecessary usings

Xiphereal 4 năm trước cách đây
mục cha
commit
8dcbec6e4c
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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