From 46699fcf8048bbfbcf4106eb85212ead45055807 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 3 Oct 2016 16:00:55 +0200 Subject: [PATCH] Cleanup --- paths.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/paths.h b/paths.h index 21d4c5b0c5..f58ef751a2 100644 --- a/paths.h +++ b/paths.h @@ -80,8 +80,6 @@ char *path_get_ptr(enum rarch_path_type type); const char *path_get(enum rarch_path_type type); -const char *path_get_current_savefile_dir(void); - /* clear functions */ void path_clear(enum rarch_path_type type);