diff --git a/dingux/dingux_utils.c b/dingux/dingux_utils.c index bb4eac076a..ec4eca19f1 100644 --- a/dingux/dingux_utils.c +++ b/dingux/dingux_utils.c @@ -18,7 +18,7 @@ #include #include #include -#if defined(RS90) || defined(MIYOO) +#if defined(RS90) #include #endif @@ -317,14 +317,14 @@ int dingux_get_battery_level(void) void dingux_get_base_path(char *path, size_t len) { const char *home = NULL; -#if defined(RS90) || defined(MIYOO) +#if defined(RS90) struct string_list *dir_list = NULL; #endif if (!path || (len < 1)) return; -#if defined(RS90) || defined(MIYOO) +#if defined(RS90) /* The RS-90 home directory is located on the * device's internal storage. This has limited * space (a total of only 256MB), such that it