REFACTOR: Member or type can be made internal.

This commit is contained in:
2017-12-20 02:08:37 +00:00
parent b53b80c998
commit ef49fdfd45
87 changed files with 544 additions and 544 deletions

View File

@@ -44,7 +44,7 @@ namespace DiscImageChef.ImagePlugins
{
#region Internal Structures
[StructLayout(LayoutKind.Sequential, Pack = 1)]
public struct DfiBlockHeader
struct DfiBlockHeader
{
public ushort cylinder;
public ushort head;

View File

@@ -45,7 +45,7 @@ namespace DiscImageChef.ImagePlugins
{
#region Internal Structures
[StructLayout(LayoutKind.Sequential, Pack = 1)]
public struct OobBlock
struct OobBlock
{
public BlockIds blockId;
public OobTypes blockType;

View File

@@ -78,7 +78,7 @@ namespace DiscImageChef.ImagePlugins
}
[StructLayout(LayoutKind.Sequential, Pack = 1)]
public struct ScpFooter
struct ScpFooter
{
public uint manufacturerOffset;
public uint modelOffset;