summaryrefslogtreecommitdiff
path: root/plugins/Alarms/glyph.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Alarms/glyph.h')
-rw-r--r--plugins/Alarms/glyph.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/plugins/Alarms/glyph.h b/plugins/Alarms/glyph.h
deleted file mode 100644
index 86e2247608..0000000000
--- a/plugins/Alarms/glyph.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#ifndef GLYPH_H
-#define GLYPH_H
-
-#ifdef __cplusplus
-extern "C" {
-#endif
-
-extern double text_width;
-extern double text_height;
-
-void draw_glyph(int);
-void draw_string(const char *s);
-void draw_string_centered(const char *s);
-
-void set_text_size(const double ttext_width, const double ttext_height);
-
-#ifdef __cplusplus
-};
-#endif
-
-#endif