Skip to content

Commit 30d8854

Browse files
authored
SearchBar: Lose unused WidgetPath and related code (#1742)
1 parent bb76b3a commit 30d8854

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

src/Widgets/SearchBar.vala

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -244,13 +244,6 @@ namespace Scratch.Widgets {
244244
replace_entry.activate.connect (on_replace_entry_activate);
245245
replace_entry.key_press_event.connect (on_replace_entry_key_press);
246246

247-
var entry_path = new Gtk.WidgetPath ();
248-
entry_path.append_type (typeof (Gtk.Widget));
249-
250-
var entry_context = new Gtk.StyleContext ();
251-
entry_context.set_path (entry_path);
252-
entry_context.add_class ("entry");
253-
254247
var flowbox = new Gtk.FlowBox () {
255248
selection_mode = Gtk.SelectionMode.NONE,
256249
column_spacing = 6,

0 commit comments

Comments
 (0)