system/helpers: disable GetWidth4FB_HW_ACC()

...will be removed later
This commit is contained in:
Stefan Seyfried
2017-02-14 00:15:11 +01:00
parent a5333b4ec1
commit c95601630a
2 changed files with 5 additions and 1 deletions

View File

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