From 6e42e7fb6b7631944d5d98a75f278a2bd07c57b8 Mon Sep 17 00:00:00 2001 From: TheRogueArchivist Date: Wed, 28 Dec 2022 00:13:53 -0700 Subject: [PATCH] Remove dummy Roxxe file (#217) * Remove dummy Roxxe file. The notes have been moved to DRML. --- BurnOutSharp/ProtectionType/Roxxe.cs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 BurnOutSharp/ProtectionType/Roxxe.cs diff --git a/BurnOutSharp/ProtectionType/Roxxe.cs b/BurnOutSharp/ProtectionType/Roxxe.cs deleted file mode 100644 index ac88614c..00000000 --- a/BurnOutSharp/ProtectionType/Roxxe.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace BurnOutSharp.ProtectionType -{ - public class Roxxe - { - // TODO: Implement - http://web.archive.org/web/20050309084802/http://www.roxxe.cz - } -}