mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
comment unused methods
This commit is contained in:
parent
3801a7fb13
commit
c3d4d52594
1 changed files with 4 additions and 0 deletions
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue