aboutsummaryrefslogtreecommitdiff
path: root/DvdLib/Ifo/ProgramChain.cs
diff options
context:
space:
mode:
authorBond-009 <bond.009@outlook.com>2019-03-07 19:27:43 +0100
committerBond-009 <bond.009@outlook.com>2019-03-07 19:27:43 +0100
commit65c0b486aaa6d02855a6915edfb880da691b4709 (patch)
treeb6df99a3ef695aeeab61ba5ab7063b0283fc9aa3 /DvdLib/Ifo/ProgramChain.cs
parent8a53b609127cca6feee06b34f12b6d21a9eb37c7 (diff)
Remove dead code
What it says on the tin
Diffstat (limited to 'DvdLib/Ifo/ProgramChain.cs')
-rw-r--r--DvdLib/Ifo/ProgramChain.cs4
1 files changed, 0 insertions, 4 deletions
diff --git a/DvdLib/Ifo/ProgramChain.cs b/DvdLib/Ifo/ProgramChain.cs
index 80889738f..7b003005b 100644
--- a/DvdLib/Ifo/ProgramChain.cs
+++ b/DvdLib/Ifo/ProgramChain.cs
@@ -25,13 +25,10 @@ namespace DvdLib.Ifo
public byte[] SubpictureStreamControl { get; private set; } // 32*4 entries
private ushort _nextProgramNumber;
- public readonly ProgramChain Next;
private ushort _prevProgramNumber;
- public readonly ProgramChain Previous;
private ushort _goupProgramNumber;
- public readonly ProgramChain Goup; // ?? maybe Group
public ProgramPlaybackMode PlaybackMode { get; private set; }
public uint ProgramCount { get; private set; }
@@ -40,7 +37,6 @@ namespace DvdLib.Ifo
public byte[] Palette { get; private set; } // 16*4 entries
private ushort _commandTableOffset;
- public readonly ProgramChainCommandTable CommandTable;
private ushort _programMapOffset;
private ushort _cellPlaybackOffset;