diff --git a/src/gui/dboxinfo.cpp b/src/gui/dboxinfo.cpp index 915eb8fec..e590a4c24 100644 --- a/src/gui/dboxinfo.cpp +++ b/src/gui/dboxinfo.cpp @@ -46,7 +46,6 @@ #include #include -#include #include #include @@ -354,11 +353,6 @@ void CDBoxInfoWidget::paint() title += g_info.hw_caps->boxvendor; title += " "; title += g_info.hw_caps->boxname; - char ss[17]; - sprintf(ss, "%016llx", cs_get_serial()); - title += ", S/N "; - title += ss; - width = max(width, g_Font[SNeutrinoSettings::FONT_TYPE_MENU_TITLE]->getRenderWidth(title, true)); CComponentsHeader header(x, ypos, width, hheight, title, NEUTRINO_ICON_SHELL); header.paint(CC_SAVE_SCREEN_NO);