Minor clean

This commit is contained in:
Kurt 2020-10-03 17:09:22 -07:00
parent b242aed429
commit bca8a80b39
3 changed files with 2 additions and 7 deletions

View File

@ -55,4 +55,4 @@ public int MoveRight(bool max = false)
return newBox;
}
}
}
}

View File

@ -5,4 +5,4 @@ public interface ISecureValueStorage
ulong TimeStampPrevious { get; set; }
ulong TimeStampCurrent { get; set; }
}
}
}

View File

@ -54,7 +54,6 @@
</ItemGroup>
<ItemGroup>
<Compile Update="Controls\SAV Editor\PartyEditor.cs" />
<Compile Update="Properties\Resources.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
@ -65,10 +64,6 @@
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
</Compile>
<Compile Update="Subforms\PKM Editors\TechRecordEditor.cs" />
<Compile Update="Subforms\Save Editors\Misc\SAV_Accessor.cs" />
<Compile Update="Subforms\Save Editors\Gen8\SAV_BlockDump8.cs" />
<Compile Update="Subforms\Save Editors\Gen8\SAV_Trainer8.cs" />
</ItemGroup>
<ItemGroup>