From 91fab0847c03fa2ffd2230476d07177efd94565a Mon Sep 17 00:00:00 2001 From: MattNL Date: Wed, 20 Apr 2022 06:40:59 -0400 Subject: [PATCH] Settings resource fix "Settings1" in the resources file was causing new clones of the repository to fail due to it not existing at run time. Simply commented out for future use. --- MinecraftUSkinEditor/Properties/Resources.Designer.cs | 10 ---------- MinecraftUSkinEditor/Properties/Resources.resx | 4 ++-- 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/MinecraftUSkinEditor/Properties/Resources.Designer.cs b/MinecraftUSkinEditor/Properties/Resources.Designer.cs index 8b4df912..90e2eda3 100644 --- a/MinecraftUSkinEditor/Properties/Resources.Designer.cs +++ b/MinecraftUSkinEditor/Properties/Resources.Designer.cs @@ -320,16 +320,6 @@ namespace PckStudio.Properties { } } - /// - /// Looks up a localized string similar to http://nobledez.ga/ - ///http://www.pckstudio.xyz/. - /// - internal static string settings1 { - get { - return ResourceManager.GetString("settings1", resourceCulture); - } - } - /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/MinecraftUSkinEditor/Properties/Resources.resx b/MinecraftUSkinEditor/Properties/Resources.resx index f7ca4ced..eb2d0753 100644 --- a/MinecraftUSkinEditor/Properties/Resources.resx +++ b/MinecraftUSkinEditor/Properties/Resources.resx @@ -229,7 +229,7 @@ ..\Resources\UntitledSkinPCK.pck;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - + \ No newline at end of file