CCompoundTargetReticle: Remove unused variable

This is only used in COrbitPointMarker.
This commit is contained in:
Lioncash 2020-04-20 00:48:27 -04:00
parent 1d0151ccbc
commit 2103c38f54
1 changed files with 0 additions and 1 deletions

View File

@ -29,7 +29,6 @@ constexpr char skLockDaggerAssetName[] = "CMDL_LockDagger0";
constexpr char skGrappleReticleAssetName[] = "CMDL_Grapple";
constexpr char skXRayRingModelName[] = "CMDL_XRayRetRing";
constexpr char skThermalReticleAssetName[] = "CMDL_ThermalRet";
[[maybe_unused]] constexpr char skOrbitPointAssetName[] = "CMDL_OrbitPoint";
float offshoot_func(float f1, float f2, float f3) { return (f1 * 0.5f) + std::sin((f3 - 0.5f) * f2); }