From 315bdc04327ac7f31013de7d603bd18ff29ad4aa Mon Sep 17 00:00:00 2001 From: Andrew Cooper Date: Thu, 15 Apr 2021 21:48:27 +1000 Subject: [PATCH] Remove unsed string resource --- .../csharp/Resources/ComputerFunctions.txt | 9 --------- 84 Super Star Trek/csharp/Resources/Strings.cs | 2 -- 2 files changed, 11 deletions(-) delete mode 100644 84 Super Star Trek/csharp/Resources/ComputerFunctions.txt diff --git a/84 Super Star Trek/csharp/Resources/ComputerFunctions.txt b/84 Super Star Trek/csharp/Resources/ComputerFunctions.txt deleted file mode 100644 index 4827b0fe..00000000 --- a/84 Super Star Trek/csharp/Resources/ComputerFunctions.txt +++ /dev/null @@ -1,9 +0,0 @@ - -Functions available from Library-Computer: - 0 = Cumulative galactic record - 1 = Status report - 2 = Photon torpedo data - 3 = Starbase nav data - 4 = Direction/distance calculator - 5 = Galaxy 'region name' map - diff --git a/84 Super Star Trek/csharp/Resources/Strings.cs b/84 Super Star Trek/csharp/Resources/Strings.cs index c3dcedf6..6fd472c1 100644 --- a/84 Super Star Trek/csharp/Resources/Strings.cs +++ b/84 Super Star Trek/csharp/Resources/Strings.cs @@ -8,8 +8,6 @@ namespace SuperStarTrek.Resources { internal static string CombatArea => GetResource(); - internal static string ComputerFunctions => GetResource(); - internal static string Congratulations => GetResource(); internal static string CourtMartial => GetResource();