Remove Plugin.CopyMacro redundancy

This commit is contained in:
Asriel Camora
2024-07-27 01:32:15 -07:00
parent 4a00589038
commit f2d03730ce
7 changed files with 6 additions and 11 deletions
-3
View File
@@ -149,9 +149,6 @@ public sealed class Plugin : IDalamudPlugin
ClipboardWindow = new(macros);
}
public void CopyMacro(IReadOnlyList<ActionType> actions) =>
MacroCopy.Copy(actions);
public IActiveNotification DisplayNotification(Notification notification)
{
var ret = Service.NotificationManager.AddNotification(notification);