- remove BOXTYPE_SPARK

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
svenhoefer
2021-11-03 11:23:58 +01:00
committed by Thilo Graf
parent 9190e44683
commit b4daeaa945
25 changed files with 24 additions and 502 deletions

View File

@@ -127,9 +127,6 @@ CFrameBuffer* CFrameBuffer::getInstance()
static CFrameBuffer* frameBuffer = NULL;
if (!frameBuffer) {
#if HAVE_SPARK_HARDWARE
frameBuffer = new CFbAccelSTi();
#endif
#if HAVE_CST_HARDWARE
#ifdef BOXMODEL_CST_HD1
frameBuffer = new CFbAccelCSHD1();