From 626bb24bdd0aaca0fafde98bed973f770575b490 Mon Sep 17 00:00:00 2001 From: Shadowghost Date: Sat, 4 Feb 2023 16:35:14 +0100 Subject: Remove DvdLib --- DvdLib/Ifo/Program.cs | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 DvdLib/Ifo/Program.cs (limited to 'DvdLib/Ifo/Program.cs') diff --git a/DvdLib/Ifo/Program.cs b/DvdLib/Ifo/Program.cs deleted file mode 100644 index 3d94fa7dc..000000000 --- a/DvdLib/Ifo/Program.cs +++ /dev/null @@ -1,16 +0,0 @@ -#pragma warning disable CS1591 - -using System.Collections.Generic; - -namespace DvdLib.Ifo -{ - public class Program - { - public IReadOnlyList Cells { get; } - - public Program(List cells) - { - Cells = cells; - } - } -} -- cgit v1.2.3