Skip to content

Commit

Permalink
Remove leftovers from gala.css (#2021)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenemter authored Aug 13, 2024
1 parent 0dd5bd8 commit 4461b50
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions lib/Utils.vala
Original file line number Diff line number Diff line change
Expand Up @@ -400,15 +400,5 @@ namespace Gala {

return texture;
}

private static Gtk.CssProvider gala_css = null;
public static unowned Gtk.CssProvider? get_gala_css () {
if (gala_css == null) {
gala_css = new Gtk.CssProvider ();
gala_css.load_from_resource ("/io/elementary/desktop/gala/gala.css");
}

return gala_css;
}
}
}

0 comments on commit 4461b50

Please sign in to comment.