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,