Remove lint rule for victim scan radii

They're now calculated automatically to use the most sensible value by default. Only people who know what they're doing or fool around will use custom values, and in that case a lint rule might actually just annoy people.
This commit is contained in:
reaperrr
2017-01-15 12:00:23 +01:00
committed by Chris Forbes
parent 96d629cefd
commit 5b8c313d55
2 changed files with 0 additions and 93 deletions

View File

@@ -181,7 +181,6 @@
<Compile Include="Lint\CheckRangeLimit.cs" />
<Compile Include="Lint\CheckVoiceReferences.cs" />
<Compile Include="Lint\CheckConditions.cs" />
<Compile Include="Lint\CheckTargetHealthRadius.cs" />
<Compile Include="Lint\LintBuildablePrerequisites.cs" />
<Compile Include="Lint\LintExts.cs" />
<Compile Include="LoadScreens\ModContentLoadScreen.cs" />