From 0922ff6a5bec16bea77923576e4ab241fcf23de0 Mon Sep 17 00:00:00 2001 From: kotontrion Date: Tue, 24 Sep 2024 11:02:45 +0200 Subject: core: inhibitor remove debug statement --- core/src/idle-inhibit.h | 1 - 1 file changed, 1 deletion(-) (limited to 'core/src/idle-inhibit.h') diff --git a/core/src/idle-inhibit.h b/core/src/idle-inhibit.h index a342f52..a33fd69 100644 --- a/core/src/idle-inhibit.h +++ b/core/src/idle-inhibit.h @@ -12,7 +12,6 @@ G_BEGIN_DECLS G_DECLARE_FINAL_TYPE(AstalInhibitManager, astal_inhibit_manager, ASTAL, INHIBIT_MANAGER, GObject) typedef struct zwp_idle_inhibitor_v1 AstalInhibitor; -void astal_inhibitor_free(AstalInhibitor* inhibitor); AstalInhibitManager* astal_inhibit_manager_get_default(); AstalInhibitor* astal_inhibit_manager_inhibit(AstalInhibitManager *self, GtkWindow *window); -- cgit v1.2.3