system/helpers: disable GetWidth4FB_HW_ACC()

...will be removed later


Origin commit data
------------------
Branch: ni/coolstream
Commit: e1e2052edb
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2017-02-14 (Tue, 14 Feb 2017)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2017-02-14 00:15:11 +01:00
committed by Michael Liebmann
parent 0e3ab5bce1
commit 5f0e41af6a
2 changed files with 5 additions and 1 deletions

View File

@@ -47,7 +47,7 @@
#include "debug.h"
#include <global.h>
#include <driver/fontrenderer.h>
#include <driver/framebuffer.h>
//#include <driver/framebuffer.h>
#include <system/helpers.h>
#include <gui/update_ext.h>
using namespace std;
@@ -1113,6 +1113,7 @@ bool split_config_string(const std::string &str, std::map<std::string,std::strin
return !smap.empty();
}
#if 0
/* align for hw blit */
uint32_t GetWidth4FB_HW_ACC(const uint32_t _x, const uint32_t _w, const bool max)
{
@@ -1132,6 +1133,7 @@ uint32_t GetWidth4FB_HW_ACC(const uint32_t _x, const uint32_t _w, const bool max
return ret;
}
#endif
std::vector<std::string> split(const std::string &s, char delim)
{