From 0ee109102bc1b50fcda6b0b026bb4e818c60b6d2 Mon Sep 17 00:00:00 2001 From: Rene Gollent Date: Fri, 4 Apr 2008 23:41:01 +0000 Subject: [PATCH] Forgot about this static function. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@24802 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/aboutsystem/AboutSystem.cpp | 7 ------- 1 file changed, 7 deletions(-) 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)