From c3d4d525943ff7447917aa9cd602c093a73aec46 Mon Sep 17 00:00:00 2001 From: Raymond Date: Sun, 3 Oct 2021 11:09:42 -0400 Subject: [PATCH] comment unused methods --- Dalamud/Interface/Internal/Windows/PluginInstallerWindow.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dalamud/Interface/Internal/Windows/PluginInstallerWindow.cs b/Dalamud/Interface/Internal/Windows/PluginInstallerWindow.cs index c5ad221b0..8bf4a57ba 100644 --- a/Dalamud/Interface/Internal/Windows/PluginInstallerWindow.cs +++ b/Dalamud/Interface/Internal/Windows/PluginInstallerWindow.cs @@ -469,6 +469,7 @@ namespace Dalamud.Interface.Internal.Windows } } + /* private void DrawPluginTabBar() { ImGui.SetCursorPosY(ImGui.GetCursorPosY() - (5 * ImGuiHelpers.GlobalScale)); @@ -489,7 +490,9 @@ namespace Dalamud.Interface.Internal.Windows ImGui.PopStyleVar(); } + */ + /* private void DrawPluginTab(string title, Action drawPluginList) { if (ImGui.BeginTabItem(title)) @@ -510,6 +513,7 @@ namespace Dalamud.Interface.Internal.Windows ImGui.EndTabItem(); } } + */ private void DrawAvailablePluginList() {