remove unsued method and usings

This commit is contained in:
CWX
2025-01-26 16:49:16 +00:00
parent a8c58e95ff
commit 5eb57fad6d
2 changed files with 0 additions and 11 deletions
@@ -93,15 +93,6 @@ public class ProfileFixerService(
}
}
/// <summary>
/// Find issues in the scav profile data that may cause issues
/// </summary>
/// <param name="scavProfile">profile to check and fix</param>
public void CheckForAndFixScavProfileIssues(PmcData scavProfile)
{
return;
}
/// <summary>
/// Attempt to fix common item issues that corrupt profiles
/// </summary>
@@ -12,8 +12,6 @@ namespace Core.Services;
[Injectable(InjectionType.Singleton)]
public class RaidWeatherService(
ISptLogger<RaidWeatherService> _logger,
DatabaseService _databaseService,
TimeUtil _timeUtil,
WeatherGenerator _weatherGenerator,
SeasonalEventService _seasonalEventService,