Remove unused code

This commit is contained in:
RocketRobz 2018-10-07 12:08:05 -06:00
parent 8f88fbfc4b
commit cdcf9b2572

View File

@ -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);