mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
Give adjustInput() an empty default implementation and remove empty overrides.
Again a slight reduction in binary size.
This commit is contained in:
@@ -91,8 +91,6 @@ bool MenuSettingBool::value()
|
||||
return *_value;
|
||||
}
|
||||
|
||||
void MenuSettingBool::adjustInput() {}
|
||||
|
||||
bool MenuSettingBool::edited()
|
||||
{
|
||||
return originalValue != value();
|
||||
|
||||
Reference in New Issue
Block a user