dboxinfo: fix compile

Origin commit data
------------------
Commit: 76fb1243b9
Author: vanhofen <vanhofen@gmx.de>
Date: 2017-08-09 (Wed, 09 Aug 2017)

Origin message was:
------------------
- dboxinfo: fix compile
This commit is contained in:
vanhofen
2017-08-09 10:09:13 +02:00
parent c3dc7849b9
commit d339f73231

View File

@@ -371,8 +371,7 @@ void CDBoxInfoWidget::paint()
#if HAVE_COOL_HARDWARE
title += " (";
title += g_info.hw_caps->boxarch;
title += ") - ";
title += g_info.hw_caps->frontend;
title += ")";
#endif
x = getScreenStartX(width);