From b6cfe59460651f165b4249186b2b9313931cf5f4 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 24 Dec 2019 19:40:19 -0500 Subject: [PATCH] inspector: Small cleanup --- gtk/inspector/inspect-button.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gtk/inspector/inspect-button.c b/gtk/inspector/inspect-button.c index 837a177368..ce74517ae9 100644 --- a/gtk/inspector/inspect-button.c +++ b/gtk/inspector/inspect-button.c @@ -168,7 +168,6 @@ handle_event (GtkInspectorWindow *iw, GdkEvent *event) break; } - clear_flash (iw); start_flash (iw, widget); } break;