Update InternalUtils.vala

This commit is contained in:
David Hewitt 2023-04-04 20:04:37 +01:00 committed by Corentin Noël
parent 503d699680
commit 4a9af312fa

View File

@ -298,10 +298,6 @@ namespace Gala {
}
}
public static int get_ui_scaling_factor () {
return Meta.Backend.get_backend ().get_settings ().get_ui_scaling_factor ();
}
/**
* Multiplies an integer by a floating scaling factor, and then
* returns the result rounded to the nearest integer