From 9edb06980d40ddab5f017cda255a77d70d490784 Mon Sep 17 00:00:00 2001 From: Stephan Raue Date: Wed, 16 Jun 2010 15:24:40 +0200 Subject: [PATCH] xbmc: - remove no more needed patch --- .../xbmc/patches/304_xbmc-revert_r30844-0.1.diff | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 packages/mediacenter/xbmc/patches/304_xbmc-revert_r30844-0.1.diff diff --git a/packages/mediacenter/xbmc/patches/304_xbmc-revert_r30844-0.1.diff b/packages/mediacenter/xbmc/patches/304_xbmc-revert_r30844-0.1.diff deleted file mode 100644 index 3ae1bcd3e7..0000000000 --- a/packages/mediacenter/xbmc/patches/304_xbmc-revert_r30844-0.1.diff +++ /dev/null @@ -1,13 +0,0 @@ -diff -Naur xbmc-30973/xbmc/Application.cpp xbmc-30973.patch/xbmc/Application.cpp ---- xbmc-30973/xbmc/Application.cpp 2010-06-08 18:41:51.000000000 +0200 -+++ xbmc-30973.patch/xbmc/Application.cpp 2010-06-09 02:43:00.326087347 +0200 -@@ -2121,7 +2121,8 @@ - g_infoManager.GetFPS(), strCores.c_str(), profiling.c_str()); - #else - double dCPU = m_resourceCounter.GetCPUUsage(); -- info.Format("FreeMem %"PRIu64"/%"PRIu64" Kb, FPS %2.1f, %s. CPU-XBMC %4.2f%%%s", stat.dwAvailPhys/1024, stat.dwTotalPhys/1024, -+// info.Format("FreeMem %"PRIu64"/%"PRIu64" Kb, FPS %2.1f, %s. CPU-XBMC %4.2f%%%s", stat.dwAvailPhys/1024, stat.dwTotalPhys/1024, -+ info.Format("FreeMem %d/%d Kb, FPS %2.1f, %s. CPU-XBMC %4.2f%%%s", (int)(stat.dwAvailPhys/1024), (int)(stat.dwTotalPhys/1024), - g_infoManager.GetFPS(), strCores.c_str(), dCPU, profiling.c_str()); - #endif -