From cdcf9b2572699cabe419cc5622d98cf008ec8c35 Mon Sep 17 00:00:00 2001 From: RocketRobz Date: Sun, 7 Oct 2018 12:08:05 -0600 Subject: [PATCH] Remove unused code --- arm9/source/file_browse.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/arm9/source/file_browse.cpp b/arm9/source/file_browse.cpp index df582ac..10ac4aa 100644 --- a/arm9/source/file_browse.cpp +++ b/arm9/source/file_browse.cpp @@ -267,8 +267,6 @@ bool fileBrowse_paste(void) { int optionOffset = 0; int maxCursors = -1; - char path[PATH_MAX]; - getcwd(path, PATH_MAX); printf ("\x1b[0;27H"); printf (" "); // Clear time consoleInit(NULL, 1, BgType_Text4bpp, BgSize_T_256x256, 15, 0, false, true);