Skip to content

Commit

Permalink
Remove unnecessary usings
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiphereal committed Oct 10, 2021
1 parent 18ac281 commit 8dcbec6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions PixiEditor/Models/DataHolders/RecentlyOpenedDocument.cs
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 8dcbec6

Please sign in to comment.