mirror of
https://github.com/AquariaOSE/Aquaria.git
synced 2025-07-04 06:54:39 +00:00
delete some unused code
This commit is contained in:
parent
111cd43805
commit
046b98c725
4 changed files with 0 additions and 19 deletions
|
@ -396,14 +396,6 @@ void RenderObject::destroy()
|
|||
texture = NULL;
|
||||
}
|
||||
|
||||
void RenderObject::copyProperties(RenderObject *target)
|
||||
{
|
||||
this->color = target->color;
|
||||
this->position = target->position;
|
||||
this->alpha = target->alpha;
|
||||
this->velocity = target->velocity;
|
||||
}
|
||||
|
||||
const RenderObject &RenderObject::operator=(const RenderObject &r)
|
||||
{
|
||||
errorLog("Operator= not defined for RenderObject. Use 'copyProperties'");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue