lookingGlass: Remove old hack for static functions on interfaces

This has been fixed with the addition of interfaces in Gjs.
This commit is contained in:
Jasper St. Pierre 2013-02-07 06:01:29 -05:00
parent fb63f48d0a
commit a43be186d3

View File

@ -950,9 +950,7 @@ const LookingGlass = new Lang.Class({
_updateFont: function() {
let fontName = this._interfaceSettings.get_string('monospace-font-name');
// This is mishandled by the scanner - should by Pango.FontDescription_from_string(fontName);
// https://bugzilla.gnome.org/show_bug.cgi?id=595889
let fontDesc = Pango.font_description_from_string(fontName);
let fontDesc = Pango.FontDescription.from_string(fontName);
// We ignore everything but size and style; you'd be crazy to set your system-wide
// monospace font to be bold/oblique/etc. Could easily be added here.
this.actor.style =