mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Remove currently unused window even from debug...
This commit is contained in:
parent
88a1e9f2ae
commit
87e8f2599c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ namespace Penumbra.UI
|
||||||
{
|
{
|
||||||
private class TabBrowser
|
private class TabBrowser
|
||||||
{
|
{
|
||||||
[Conditional( "DEBUG" )]
|
[Conditional( "LEAVEMEALONE" )]
|
||||||
public void Draw()
|
public void Draw()
|
||||||
{
|
{
|
||||||
var ret = ImGui.BeginTabItem( "Available Mods" );
|
var ret = ImGui.BeginTabItem( "Available Mods" );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue