From e2dc6dfcd8287f4e61e91b616c1f8feb3aace719 Mon Sep 17 00:00:00 2001 From: Ian Fan Date: Thu, 4 Oct 2018 20:15:13 +0100 Subject: Remove obsolete base64.c file --- include/util.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/util.h') diff --git a/include/util.h b/include/util.h index 46ed1533..19d2e7cf 100644 --- a/include/util.h +++ b/include/util.h @@ -4,7 +4,6 @@ #include #include #include -#include #include #include @@ -78,9 +77,6 @@ bool parse_boolean(const char *boolean, bool current); */ char* resolve_path(const char* path); -char *b64_encode(const char* binaryData, size_t len, size_t *flen); -unsigned char *b64_decode(const char *ascii, size_t len, size_t *flen); - bool sway_dir_to_wlr(enum movement_direction dir, enum wlr_direction *out); #endif -- cgit v1.2.3-54-g00ecf