From 3540261b1a1a407b5c95ee9d3823607257991112 Mon Sep 17 00:00:00 2001 From: IXLLEGACYIXL <107197024+IXLLEGACYIXL@users.noreply.github.com> Date: Sun, 21 Apr 2024 20:47:41 +0200 Subject: [PATCH] remove unused class (#2128) Co-authored-by: IXLLEGACYIXL --- .../Stride/Effects/ParameterCollectionSerializer.cs | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 sources/engine/Stride/Effects/ParameterCollectionSerializer.cs diff --git a/sources/engine/Stride/Effects/ParameterCollectionSerializer.cs b/sources/engine/Stride/Effects/ParameterCollectionSerializer.cs deleted file mode 100644 index 2a9d7e4c9f..0000000000 --- a/sources/engine/Stride/Effects/ParameterCollectionSerializer.cs +++ /dev/null @@ -1,13 +0,0 @@ -// Copyright (c) .NET Foundation and Contributors (https://dotnetfoundation.org/ & https://stride3d.net) and Silicon Studio Corp. (https://www.siliconstudio.co.jp) -// Distributed under the MIT license. See the LICENSE.md file in the project root for more information. -using System.Collections.Generic; -using System.Linq; -using Stride.Core.Serialization; -using Stride.Core.Serialization.Contents; - -namespace Stride.Rendering.Data -{ - public partial class ParameterCollectionSerializer - { - } -}