mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2025-04-21 12:27:27 +03:00
remove redundant assignments
This commit is contained in:
@@ -26,7 +26,6 @@ using namespace fastdelegate;
|
||||
MenuSettingRGBA::MenuSettingRGBA(GMenu2X *gmenu2x, const string &name, const string &description, RGBAColor *value)
|
||||
: MenuSetting(gmenu2x,name,description) {
|
||||
selPart = 0;
|
||||
this->gmenu2x = gmenu2x;
|
||||
_value = value;
|
||||
originalValue = *value;
|
||||
this->setR(this->value().r);
|
||||
|
||||
Reference in New Issue
Block a user