chore: Remove the [InterfaceVersion] attribute (#1844)

This commit is contained in:
KazWolfe 2024-06-16 04:01:17 -07:00 committed by GitHub
parent 7ddc5d82ca
commit 0c8c4bfdbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
41 changed files with 20 additions and 164 deletions

View file

@ -21,7 +21,6 @@ namespace Dalamud.Game.Gui.Dtr;
/// <summary>
/// Class used to interface with the server info bar.
/// </summary>
[InterfaceVersion("1.0")]
[ServiceManager.EarlyLoadedService]
internal sealed unsafe class DtrBar : IInternalDisposableService, IDtrBar
{
@ -492,7 +491,7 @@ internal sealed unsafe class DtrBar : IInternalDisposableService, IDtrBar
/// Plugin-scoped version of a AddonEventManager service.
/// </summary>
[PluginInterface]
[InterfaceVersion("1.0")]
[ServiceManager.ScopedService]
#pragma warning disable SA1015
[ResolveVia<IDtrBar>]