Skip to content

Commit

Permalink
gui/bar: remove unncessary code
Browse files Browse the repository at this point in the history
  • Loading branch information
LBCrion committed Feb 7, 2025
1 parent 7ba51af commit 194d730
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gui/bar.c
Original file line number Diff line number Diff line change
Expand Up @@ -830,9 +830,6 @@ GtkWidget *bar_new ( gchar *name )
priv->box = gtk_box_new(GTK_ORIENTATION_HORIZONTAL, 0);
priv->ebox = gtk_grid_new();
priv->revealer = GTK_REVEALER(gtk_revealer_new());
gtk_widget_set_valign(GTK_WIDGET(priv->revealer), GTK_ALIGN_END);
gtk_widget_set_valign(priv->ebox, GTK_ALIGN_FILL);
gtk_widget_set_vexpand(priv->ebox, TRUE);
gtk_widget_set_name(priv->ebox, "ebox");
gtk_widget_set_name(GTK_WIDGET(priv->revealer), "revealer");
g_signal_connect(G_OBJECT(priv->revealer), "notify::child-revealed",
Expand Down

0 comments on commit 194d730

Please sign in to comment.