CTextBox: remove dub allocation of m_pcFontText

This commit is contained in:
2012-11-07 22:13:14 +01:00
parent 0cce4b9c80
commit 08e66deb75

View File

@@ -150,7 +150,6 @@ void CTextBox::initVar(void)
m_cText = ""; m_cText = "";
m_nMode = SCROLL; m_nMode = SCROLL;
m_pcFontText = NULL;
m_pcFontText = g_Font[SNeutrinoSettings::FONT_TYPE_EPG_INFO1]; m_pcFontText = g_Font[SNeutrinoSettings::FONT_TYPE_EPG_INFO1];
m_nFontTextHeight = m_pcFontText->getHeight(); m_nFontTextHeight = m_pcFontText->getHeight();
m_nMaxTextWidth = 0; m_nMaxTextWidth = 0;