From 4ef4443aa72d1d1a46d36167695ef08d86ca4d47 Mon Sep 17 00:00:00 2001 From: Jeremy Wootten Date: Tue, 23 Jun 2026 17:09:13 +0100 Subject: [PATCH] SearchBar: Lose unused WidgetPath and related code --- src/Widgets/SearchBar.vala | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/Widgets/SearchBar.vala b/src/Widgets/SearchBar.vala index 22bd89dc26..311901d6aa 100644 --- a/src/Widgets/SearchBar.vala +++ b/src/Widgets/SearchBar.vala @@ -244,13 +244,6 @@ namespace Scratch.Widgets { replace_entry.activate.connect (on_replace_entry_activate); replace_entry.key_press_event.connect (on_replace_entry_key_press); - var entry_path = new Gtk.WidgetPath (); - entry_path.append_type (typeof (Gtk.Widget)); - - var entry_context = new Gtk.StyleContext (); - entry_context.set_path (entry_path); - entry_context.add_class ("entry"); - var flowbox = new Gtk.FlowBox () { selection_mode = Gtk.SelectionMode.NONE, column_spacing = 6,