diff options
author | kotontrion <[email protected]> | 2024-09-24 11:02:45 +0200 |
---|---|---|
committer | kotontrion <[email protected]> | 2024-09-24 11:02:45 +0200 |
commit | 0922ff6a5bec16bea77923576e4ab241fcf23de0 (patch) | |
tree | bd5e33ff040b0e8181e3e919f973a3f7aeda7f13 /core/src/idle-inhibit.h | |
parent | 122112c320e62e52b3f0acc5d03c445c44bd8c4c (diff) |
core: inhibitor remove debug statement
Diffstat (limited to 'core/src/idle-inhibit.h')
-rw-r--r-- | core/src/idle-inhibit.h | 1 |
1 files changed, 0 insertions, 1 deletions
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); |