Clean now impossible code path

This commit is contained in:
Minizbot2012 2021-01-18 10:59:48 -05:00
parent a84f2cda6f
commit 1ebdf891c0

View file

@ -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;
}
} }
} }