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);