Remove obsolete base64.c file

This commit is contained in:
Ian Fan 2018-10-04 20:15:13 +01:00
parent eecebcafc6
commit e2dc6dfcd8
2 changed files with 0 additions and 225 deletions

View file

@ -4,7 +4,6 @@
#include <stdint.h>
#include <stdbool.h>
#include <unistd.h>
#include <sys/types.h>
#include <wlr/types/wlr_output_layout.h>
#include <xkbcommon/xkbcommon.h>
@ -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