Remove unused params.

This commit is contained in:
Ottermandias 2024-07-28 12:58:17 +02:00
parent d0c4d6984c
commit bb4665c367

View file

@ -11,7 +11,6 @@ using Penumbra.Mods;
using Penumbra.Mods.Editor;
using Penumbra.Mods.Manager;
using Penumbra.Services;
using Penumbra.UI.AdvancedWindow;
using Penumbra.Mods.Settings;
using Penumbra.UI.ModsTab.Groups;
@ -22,8 +21,6 @@ public class ModPanelEditTab(
ModFileSystemSelector selector,
ModFileSystem fileSystem,
Services.MessageService messager,
ModEditWindow editWindow,
ModEditor editor,
FilenameService filenames,
ModExportManager modExportManager,
Configuration config,