summaryrefslogtreecommitdiff
path: root/frontends/kolibrios/kolibri_misc.c
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/kolibrios/kolibri_misc.c')
-rw-r--r--frontends/kolibrios/kolibri_misc.c27
1 files changed, 0 insertions, 27 deletions
diff --git a/frontends/kolibrios/kolibri_misc.c b/frontends/kolibrios/kolibri_misc.c
deleted file mode 100644
index 56d255998..000000000
--- a/frontends/kolibrios/kolibri_misc.c
+++ /dev/null
@@ -1,27 +0,0 @@
-#include "desktop/font.h"
-#include <time.h>
-
-static bool kolibrios_font_position_in_string(const plot_font_style_t * fstyle,const char *string,
- size_t length,int x, size_t *char_offset, int *actual_x )
-{
-}
-
-static bool kolibrios_font_split( const plot_font_style_t * fstyle, const char *string,
- size_t length,int x, size_t *char_offset, int *actual_x )
-{
-
-}
-
-static bool kolibrios_font_width( const plot_font_style_t *fstyle, const char * str,
- size_t length, int * width )
-{
-
-}
-
-char *strptime(const char *s, const char *format, struct tm *tm) {
-
-}
-
-int atexit(void (*function)(void)) {
-
-}