Remove leftovers from gala.css (#2021)

This commit is contained in:
Leo 2024-08-14 00:03:50 +09:00 committed by GitHub
parent 0dd5bd838d
commit 4461b501c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}
}
}