From 4fe73f96e2eb7cd52ef8a01767821eadd784a64b Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Wed, 21 May 2025 17:29:06 +0200 Subject: [PATCH] remove Action enum no longer needed --- wlopm.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/wlopm.c b/wlopm.c index 790582e..9c17bbd 100644 --- a/wlopm.c +++ b/wlopm.c @@ -57,12 +57,6 @@ struct Output uint32_t global_name; }; -enum Action -{ - LIST, - OPERATIONS, -}; - enum Power_mode { ON,