summaryrefslogtreecommitdiff
path: root/src/SMAPI/Framework/ModHelpers
diff options
context:
space:
mode:
authorJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-05 15:41:21 -0400
committerJesse Plamondon-Willard <Pathoschild@users.noreply.github.com>2020-09-05 15:41:21 -0400
commit55cd31f4f7d5122149c02abfaf0f408298503c6a (patch)
tree1f83a758ebb00e55bf55a1b846fe862e89d76945 /src/SMAPI/Framework/ModHelpers
parent4f3d7eaafc056a7a2b17b1657e069eb456f60f52 (diff)
downloadSMAPI-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.cs3
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
{