From 8101b1aa507795224054a752dd603ec3426c40ee Mon Sep 17 00:00:00 2001 From: Sam Light Date: Wed, 10 Sep 2025 19:37:28 +0100 Subject: Created better management of updates + update on SIGUSR1 --- src/modules/battery.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/modules/battery.h') diff --git a/src/modules/battery.h b/src/modules/battery.h index 92489b5..f358e46 100644 --- a/src/modules/battery.h +++ b/src/modules/battery.h @@ -2,14 +2,12 @@ #define _DWXINFO_MODULES_BATTERY_H_ #include -#include #define BATTERY_VALUE_SIZE 5 struct battery { int full; int file_current; - time_t last_update; char value[BATTERY_VALUE_SIZE]; }; -- cgit v1.2.3