mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 18:27:24 +01:00
Clean now impossible code path
This commit is contained in:
parent
a84f2cda6f
commit
1ebdf891c0
1 changed files with 0 additions and 6 deletions
|
|
@ -641,12 +641,6 @@ namespace Penumbra.UI
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
default: {
|
|
||||||
ImGui.Text("I dunno what this is, please report it!");
|
|
||||||
ImGui.Text(g.Value.GroupName);
|
|
||||||
ImGui.Text(g.Value.SelectionType.ToString());
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue