Ref T709, smaller style changes

This commit is contained in:
Klaus Basan
2019-08-12 00:41:19 +02:00
committed by Mat Sutcliffe
parent 26afc5160d
commit 0b728053f0
3 changed files with 13 additions and 14 deletions

View File

@@ -17,7 +17,6 @@
namespace XSwiftBus
{
void CMessageBox::draw()
{
const int messageCount = static_cast<int>(m_messages.size());
@@ -139,7 +138,6 @@ namespace XSwiftBus
m_messageBox.setMessages(end - lines, end);
m_messageBox.enableArrows(m_position > lines, m_position < m_messages.size());
}
}
//! \endcond