From e1e2052edb2f3c5890206da5f58bb43a5b57bf85 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Tue, 14 Feb 2017 00:15:11 +0100 Subject: [PATCH] system/helpers: disable GetWidth4FB_HW_ACC() ...will be removed later --- src/system/helpers.cpp | 4 +++- src/system/helpers.h | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/system/helpers.cpp b/src/system/helpers.cpp index 46ae17fa0..e6e4a1e2e 100644 --- a/src/system/helpers.cpp +++ b/src/system/helpers.cpp @@ -47,7 +47,7 @@ #include "debug.h" #include #include -#include +//#include #include #include using namespace std; @@ -1113,6 +1113,7 @@ bool split_config_string(const std::string &str, std::map split(const std::string &s, char delim) { diff --git a/src/system/helpers.h b/src/system/helpers.h index dd23280a3..e117e011e 100644 --- a/src/system/helpers.h +++ b/src/system/helpers.h @@ -116,7 +116,9 @@ class CFileHelpers static uint64_t getDirSize(const std::string& dir){return getDirSize(dir.c_str());}; }; +#if 0 uint32_t GetWidth4FB_HW_ACC(const uint32_t _x, const uint32_t _w, const bool max=true); +#endif #if __cplusplus < 201103L std::string to_string(int);