From c7bbd5b0902d7efc2fd204f2aa4ac8881c5a97be Mon Sep 17 00:00:00 2001 From: William Wilgus Date: Thu, 3 Mar 2022 20:38:57 -0500 Subject: Fix Red SDL, Android mounting root directory, and all the yellow too Change-Id: Ic5077140fdcb1e3168111336bc428c27a782123c --- firmware/target/hosted/sdl/filesystem-sdl.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'firmware/target/hosted/sdl') diff --git a/firmware/target/hosted/sdl/filesystem-sdl.h b/firmware/target/hosted/sdl/filesystem-sdl.h index 044be2ccfe..934b43b34b 100644 --- a/firmware/target/hosted/sdl/filesystem-sdl.h +++ b/firmware/target/hosted/sdl/filesystem-sdl.h @@ -34,7 +34,4 @@ ssize_t os_sdl_readwrite(int osfd, void *buf, size_t nbyte, bool dowrite); #endif /* HAVE_SDL_THREADS */ -#define RB_ROOT_VOL_HIDDEN(v) (0 == 0) -#define RB_ROOT_CONTENTS_DIR "/" /* NOT USED YET */ - #endif /* _FILESYSTEM_SDL_H_ */ -- cgit v1.2.3