aboutsummaryrefslogtreecommitdiff
path: root/hardinfo/problem_marker.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo/problem_marker.c')
-rw-r--r--hardinfo/problem_marker.c13
1 files changed, 0 insertions, 13 deletions
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[] = "<big><b>\u26A0</b></big>";
- static const char as_text[] = "(!)";
- if (params.markup_ok)
- return as_markup;
- else
- return as_text;
-}