From 9a05f56e1bf36abab41d12f92f2c75266c44bd4a Mon Sep 17 00:00:00 2001 From: bigbear Date: Thu, 8 Feb 2024 19:52:52 +0100 Subject: Clean - HARDINFO2 BASE --- hardinfo/problem_marker.c | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 hardinfo/problem_marker.c (limited to 'hardinfo/problem_marker.c') diff --git a/hardinfo/problem_marker.c b/hardinfo/problem_marker.c deleted file mode 100644 index 1e0c2aed..00000000 --- a/hardinfo/problem_marker.c +++ /dev/null @@ -1,13 +0,0 @@ - -#include "hardinfo.h" - -/* requires COMPILE_FLAGS "-std=c99" */ - -const char *problem_marker() { - static const char as_markup[] = "\u26A0"; - static const char as_text[] = "(!)"; - if (params.markup_ok) - return as_markup; - else - return as_text; -} -- cgit v1.2.3