Remove unused variable in Option<T>::operator(T&) setter

This commit is contained in:
David Capello 2015-05-28 11:11:38 -03:00
parent 0fcb345f36
commit 583eed4398

View File

@ -62,7 +62,6 @@ namespace app {
if (m_section)
m_section->BeforeChange();
T oldValue = m_value;
m_value = newValue;
m_dirty = true;