Remove unreferenced local variable warning.

This commit is contained in:
David Capello 2011-03-08 23:18:18 -03:00
parent bb7d3a0b71
commit bd69a216bb

View File

@ -53,7 +53,6 @@ void HexColorEntry::onEntryChange()
{
std::string text = m_entry.getText();
int r, g, b;
int c;
// Fill with zeros at the end of the text
while (text.size() < 6)