From: B_Kirill <153602297+B-Kirill@users.noreply.github.com> Date: Sun, 13 Jul 2025 18:35:20 +0000 (+0700) Subject: Cleanup warnings: CS0649 (#38797) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=0c92478e0ae2ab20ce8f420a355fd1c17bc1da23;p=space-station-14.git Cleanup warnings: CS0649 (#38797) --- diff --git a/Content.Client/Parallax/Managers/GeneratedParallaxCache.cs b/Content.Client/Parallax/Managers/GeneratedParallaxCache.cs index 845f631de8..911f655c6d 100644 --- a/Content.Client/Parallax/Managers/GeneratedParallaxCache.cs +++ b/Content.Client/Parallax/Managers/GeneratedParallaxCache.cs @@ -195,7 +195,6 @@ public sealed class GeneratedParallaxCache : IPostInjectInit public required ResPath ConfigPath; public required Task LoadTask; public required CancellationTokenSource CancellationSource; - public ValueList CancelRegistrations; public int RefCount; }