From 5276f82dd1f7453fc657c7bb826e6c7fef32ba3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Danielle=20For=C3=A9?= Date: Thu, 21 Dec 2023 11:07:05 -0800 Subject: [PATCH] More unnecessary remove class --- src/Views/FirmwareView.vala | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Views/FirmwareView.vala b/src/Views/FirmwareView.vala index e544916d..117596a6 100644 --- a/src/Views/FirmwareView.vala +++ b/src/Views/FirmwareView.vala @@ -42,13 +42,11 @@ public class About.FirmwareView : Granite.SimpleSettingsPage { description = _("Do not unplug the device during the update."), icon = new ThemedIcon ("emblem-synchronized") }; - progress_alert_view.get_style_context ().remove_class (Granite.STYLE_CLASS_VIEW); placeholder_alert_view = new Granite.Placeholder (_("Checking for Updates")) { description = _("Connecting to the firmware service and searching for updates."), icon = new ThemedIcon ("sync-synchronizing") }; - placeholder_alert_view.get_style_context ().remove_class (Granite.STYLE_CLASS_VIEW); update_list = new Gtk.ListBox () { vexpand = true,