From 1ebdf891c00ff9ca9052da9d5e8b2592f25db205 Mon Sep 17 00:00:00 2001 From: Minizbot2012 Date: Mon, 18 Jan 2021 10:59:48 -0500 Subject: [PATCH] Clean now impossible code path --- Penumbra/UI/SettingsInterface.cs | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Penumbra/UI/SettingsInterface.cs b/Penumbra/UI/SettingsInterface.cs index 54610022..75dd7042 100644 --- a/Penumbra/UI/SettingsInterface.cs +++ b/Penumbra/UI/SettingsInterface.cs @@ -641,12 +641,6 @@ namespace Penumbra.UI } break; } - default: { - ImGui.Text("I dunno what this is, please report it!"); - ImGui.Text(g.Value.GroupName); - ImGui.Text(g.Value.SelectionType.ToString()); - break; - } } }