diff options
author | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-05 15:41:21 -0400 |
---|---|---|
committer | Jesse Plamondon-Willard <Pathoschild@users.noreply.github.com> | 2020-09-05 15:41:21 -0400 |
commit | 55cd31f4f7d5122149c02abfaf0f408298503c6a (patch) | |
tree | 1f83a758ebb00e55bf55a1b846fe862e89d76945 /src/SMAPI/Framework/ModHelpers | |
parent | 4f3d7eaafc056a7a2b17b1657e069eb456f60f52 (diff) | |
download | SMAPI-55cd31f4f7d5122149c02abfaf0f408298503c6a.tar.gz SMAPI-55cd31f4f7d5122149c02abfaf0f408298503c6a.tar.bz2 SMAPI-55cd31f4f7d5122149c02abfaf0f408298503c6a.zip |
minor cleanup
Diffstat (limited to 'src/SMAPI/Framework/ModHelpers')
-rw-r--r-- | src/SMAPI/Framework/ModHelpers/ContentHelper.cs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/SMAPI/Framework/ModHelpers/ContentHelper.cs b/src/SMAPI/Framework/ModHelpers/ContentHelper.cs index 80f61c13..5fd8f5e9 100644 --- a/src/SMAPI/Framework/ModHelpers/ContentHelper.cs +++ b/src/SMAPI/Framework/ModHelpers/ContentHelper.cs @@ -5,13 +5,10 @@ using System.Diagnostics.CodeAnalysis; using System.Diagnostics.Contracts; using System.IO; using System.Linq; -using Microsoft.Xna.Framework.Content; -using Microsoft.Xna.Framework.Graphics; using StardewModdingAPI.Framework.Content; using StardewModdingAPI.Framework.ContentManagers; using StardewModdingAPI.Framework.Exceptions; using StardewValley; -using xTile; namespace StardewModdingAPI.Framework.ModHelpers { |