From 0c04a7924505570032662cde86cf0516877df3d9 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 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/c95601630af7c79b09170b3cfbde05990b948165 Author: Stefan Seyfried Date: 2017-02-14 (Tue, 14 Feb 2017) ------------------ This commit was generated by Migit --- 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 8c0ddf67f..35532da03 100644 --- a/src/system/helpers.cpp +++ b/src/system/helpers.cpp @@ -49,7 +49,7 @@ #include "debug.h" #include #include -#include +//#include #include #include using namespace std; @@ -1074,6 +1074,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 53205f8e1..0c99d6366 100644 --- a/src/system/helpers.h +++ b/src/system/helpers.h @@ -115,7 +115,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);