diff options
Diffstat (limited to 'apps/misc.h')
| -rw-r--r-- | apps/misc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/misc.h b/apps/misc.h index 58a9085..0de68a0 100644 --- a/apps/misc.h +++ b/apps/misc.h @@ -84,8 +84,6 @@ int hex_to_rgb(const char* hex, int* color); char* strrsplt(char* str, int c); char* skip_whitespace(char* const str); -bool file_exists(const char *file); -bool dir_exists(const char *path); /* * removes the extension of filename (if it doesn't start with a .) |