From d35c43e95f9efed3ef89bee288b8ec8f65ad2014 Mon Sep 17 00:00:00 2001 From: Lorenz Kästle <12514511+RincewindsHat@users.noreply.github.com> Date: Tue, 25 Feb 2025 15:02:55 +0100 Subject: Revert "Migrate check_users to new ouput infrastructure" This reverts commit 10086edbf03fd807794bcfb3fff626da69a9fdb2. --- plugins/check_users.d/config.h | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 plugins/check_users.d/config.h (limited to 'plugins/check_users.d/config.h') diff --git a/plugins/check_users.d/config.h b/plugins/check_users.d/config.h deleted file mode 100644 index 35b7b7f8..00000000 --- a/plugins/check_users.d/config.h +++ /dev/null @@ -1,19 +0,0 @@ -#pragma once - -#include "output.h" -#include "thresholds.h" -typedef struct check_users_config { - mp_thresholds thresholds; - - bool output_format_is_set; - mp_output_format output_format; -} check_users_config; - -check_users_config check_users_config_init() { - check_users_config tmp = { - .thresholds = mp_thresholds_init(), - - .output_format_is_set = false, - }; - return tmp; -} -- cgit v1.2.3-74-g34f1