mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-17 08:43:11 +00:00
Remove unreferenced local variable warning.
This commit is contained in:
parent
bb7d3a0b71
commit
bd69a216bb
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user