mirror of
https://github.com/elementary/gala.git
synced 2024-11-22 18:24:47 +03:00
Remove leftovers from gala.css (#2021)
This commit is contained in:
parent
0dd5bd838d
commit
4461b501c1
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user