mirror of
https://github.com/goatcorp/Dalamud.git
synced 2026-01-03 14:23:40 +01:00
chore: Remove the [InterfaceVersion] attribute (#1844)
This commit is contained in:
parent
7ddc5d82ca
commit
0c8c4bfdbf
41 changed files with 20 additions and 164 deletions
|
|
@ -12,7 +12,6 @@ namespace Dalamud.Game.Gui.Toast;
|
|||
/// <summary>
|
||||
/// This class facilitates interacting with and creating native toast windows.
|
||||
/// </summary>
|
||||
[InterfaceVersion("1.0")]
|
||||
[ServiceManager.EarlyLoadedService]
|
||||
internal sealed partial class ToastGui : IInternalDisposableService, IToastGui
|
||||
{
|
||||
|
|
@ -378,7 +377,6 @@ internal sealed partial class ToastGui
|
|||
/// Plugin scoped version of ToastGui.
|
||||
/// </summary>
|
||||
[PluginInterface]
|
||||
[InterfaceVersion("1.0")]
|
||||
[ServiceManager.ScopedService]
|
||||
#pragma warning disable SA1015
|
||||
[ResolveVia<IToastGui>]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue