mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-06 12:39:57 +00:00
Remove unused variable in Option<T>::operator(T&) setter
This commit is contained in:
parent
0fcb345f36
commit
583eed4398
@ -62,7 +62,6 @@ namespace app {
|
||||
if (m_section)
|
||||
m_section->BeforeChange();
|
||||
|
||||
T oldValue = m_value;
|
||||
m_value = newValue;
|
||||
m_dirty = true;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user