diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 4f268613e0..2f2b8a0ee3 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -833,13 +833,6 @@ MemUsageToString(char string[], size_t size, system_info *info) return string; } -static const char * -CacheUsageToString(char string[], size_t size, system_info *info) -{ - snprintf(string, size, "Cache size: %d MB", int(info->cached_pages / 256.0f + 0.5f)); - - return string; -} static const char * UptimeToString(char string[], size_t size)