From 65c0b486aaa6d02855a6915edfb880da691b4709 Mon Sep 17 00:00:00 2001 From: Bond-009 Date: Thu, 7 Mar 2019 19:27:43 +0100 Subject: Remove dead code What it says on the tin --- DvdLib/Ifo/PgcCommandTable.cs | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 DvdLib/Ifo/PgcCommandTable.cs (limited to 'DvdLib/Ifo/PgcCommandTable.cs') diff --git a/DvdLib/Ifo/PgcCommandTable.cs b/DvdLib/Ifo/PgcCommandTable.cs deleted file mode 100644 index d329fcba2..000000000 --- a/DvdLib/Ifo/PgcCommandTable.cs +++ /dev/null @@ -1,17 +0,0 @@ -using System.Collections.Generic; - -namespace DvdLib.Ifo -{ - public class ProgramChainCommandTable - { - public readonly ushort LastByteAddress; - public readonly List PreCommands; - public readonly List PostCommands; - public readonly List CellCommands; - } - - public class VirtualMachineCommand - { - public readonly byte[] Command; - } -} -- cgit v1.2.3