From 7d89911968ddc380b9311c372ec7962bf0edc548 Mon Sep 17 00:00:00 2001 From: retrozinndev Date: Sat, 23 Aug 2025 13:58:28 -0300 Subject: [PATCH] :zap: perf: remove unused module `Xdp-1.0` --- src/modules/utils.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/modules/utils.ts b/src/modules/utils.ts index 6b1aacd..7974ed0 100644 --- a/src/modules/utils.ts +++ b/src/modules/utils.ts @@ -6,7 +6,6 @@ import { getSymbolicIcon } from "./apps"; import GLib from "gi://GLib?version=2.0"; import Gio from "gi://Gio?version=2.0"; -import Xdp from "gi://Xdp?version=1.0"; /** gnim doesn't export this, so we need to do it again */ @@ -16,7 +15,6 @@ export const decoder = new TextDecoder("utf-8"), encoder = new TextEncoder(); export const time = createPoll(GLib.DateTime.new_now_local(), 500, () => GLib.DateTime.new_now_local()); -export const XdgPortal = Xdp.Portal.new(); export function getHyprlandInstanceSig(): (string|null) { return GLib.getenv("HYPRLAND_INSTANCE_SIGNATURE");