commit 112c741bb6863d555ddb14e619c280afd79445ae parent c1885fe5d37f34708952e031cb4430ca12158b74 Author: Christian Grothoff <christian@grothoff.org> Date: Wed, 13 Apr 2022 22:05:12 +0200 kill dead case Diffstat:
| M | src/anastasis/anastasis-gtk_action.c | | | 3 | --- |
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/src/anastasis/anastasis-gtk_action.c b/src/anastasis/anastasis-gtk_action.c @@ -2885,9 +2885,6 @@ render_feedback (GtkBuilder *builder, hide = true; type = "Hint"; break; - case TALER_EC_ANASTASIS_TRUTH_CHALLENGE_ACTIVE: - type = "Hint"; - break; default: break; }