Skip to content

Commit

Permalink
Remove dead ref
Browse files Browse the repository at this point in the history
  • Loading branch information
danirabbit committed Jan 23, 2024
1 parent b986930 commit 7c88a79
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Application.vala
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ namespace Switchboard {
private Gtk.Window main_window;
private Switchboard.CategoryView category_view;
private Gtk.Label title_label;
private Gtk.Stack title_stack;

private static bool opened_directly = false;
private static string? link = null;
Expand Down Expand Up @@ -226,7 +225,6 @@ namespace Switchboard {
if (plug != null) {
plug.shown ();
main_window.title = plug.display_name;
title_stack.visible_child = title_label;
} else {
critical ("Visible child is not CategoryView nor is associated with a Plug.");
}
Expand All @@ -240,8 +238,6 @@ namespace Switchboard {

navigation_button.show ();
}

// search_box.text = "";
}
}

Expand Down

0 comments on commit 7c88a79

Please sign in to comment.