Remove currently unused window even from debug...

This commit is contained in:
Ottermandias 2021-11-16 16:06:16 +01:00
parent 88a1e9f2ae
commit 87e8f2599c

View file

@ -7,7 +7,7 @@ namespace Penumbra.UI
{
private class TabBrowser
{
[Conditional( "DEBUG" )]
[Conditional( "LEAVEMEALONE" )]
public void Draw()
{
var ret = ImGui.BeginTabItem( "Available Mods" );