removed: empty line

This commit is contained in:
Bob van Loosen 2012-12-26 22:42:55 +01:00
parent 88913326d5
commit 9ae2ed45bb

View file

@ -347,9 +347,6 @@ void CBitVis::SendData(int64_t time)
uint8_t text[m_nrcolumns / 4 * m_fontheight];
memset(text, 0, sizeof(text));
//add an empty line
data.SetData(text, m_nrcolumns / 4, true);
string currentsong;
if (m_mpdclient->CurrentSong(currentsong) || playingchanged)
{