From eae2e3366b1fcde550773a763e9d85743c76fa86 Mon Sep 17 00:00:00 2001 From: TheRogueArchivist <24215969+TheRogueArchivist@users.noreply.github.com> Date: Wed, 6 Mar 2024 09:15:06 -0700 Subject: [PATCH] Remove DBB Skeleton (#286) DBB is now documented in DRML. --- BinaryObjectScanner/Protection/DBB.cs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 BinaryObjectScanner/Protection/DBB.cs diff --git a/BinaryObjectScanner/Protection/DBB.cs b/BinaryObjectScanner/Protection/DBB.cs deleted file mode 100644 index f37ea617..00000000 --- a/BinaryObjectScanner/Protection/DBB.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace BinaryObjectScanner.Protection -{ - public class DBB - { - // TODO: Implement - http://web.archive.org/web/20040604233815/www.wkit.com/sites/wkit/setup/eng/index.asp - } -}