diff options
Diffstat (limited to 'src/path.h')
-rw-r--r-- | src/path.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/path.h b/src/path.h index 71b09fb5b..9a003167d 100644 --- a/src/path.h +++ b/src/path.h @@ -49,8 +49,6 @@ fs_charset_to_utf8(const char *path_fs); char * utf8_to_fs_charset(const char *path_utf8); -void path_set_fs_charset(const char *charset); - const char *path_get_fs_charset(void); #endif |