From 4a9af312fa5823ad270f9e3ff95791321a51798d Mon Sep 17 00:00:00 2001 From: David Hewitt Date: Tue, 4 Apr 2023 20:04:37 +0100 Subject: [PATCH] Update InternalUtils.vala --- src/InternalUtils.vala | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/InternalUtils.vala b/src/InternalUtils.vala index f8fcf1c7..0ae88e05 100644 --- a/src/InternalUtils.vala +++ b/src/InternalUtils.vala @@ -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