Remove unused attribute saving and loading (#86)
This commit is contained in:
@@ -149,28 +149,6 @@ void CGUIInOutFader::fadeOut(u32 time)
|
||||
setColor(Color[0],Color[1]);
|
||||
}
|
||||
|
||||
|
||||
//! Writes attributes of the element.
|
||||
void CGUIInOutFader::serializeAttributes(io::IAttributes* out, io::SAttributeReadWriteOptions* options=0) const
|
||||
{
|
||||
IGUIInOutFader::serializeAttributes(out,options);
|
||||
|
||||
out->addColor ("FullColor", FullColor);
|
||||
out->addColor ("TransColor", TransColor);
|
||||
|
||||
}
|
||||
|
||||
|
||||
//! Reads attributes of the element
|
||||
void CGUIInOutFader::deserializeAttributes(io::IAttributes* in, io::SAttributeReadWriteOptions* options=0)
|
||||
{
|
||||
IGUIInOutFader::deserializeAttributes(in,options);
|
||||
|
||||
FullColor = in->getAttributeAsColor("FullColor");
|
||||
TransColor = in->getAttributeAsColor("TransColor");
|
||||
}
|
||||
|
||||
|
||||
} // end namespace gui
|
||||
} // end namespace irr
|
||||
|
||||
|
Reference in New Issue
Block a user