build: clear 31 warnings - copy and move declarations (#15507)

This commit is contained in:
Kris Austin
2026-09-03 18:35:10 -03:00
committed by GitHub
parent c57ea0ec67
commit b370d8ef31
9 changed files with 13 additions and 55 deletions
-10
View File
@@ -675,16 +675,6 @@ public:
offset = Vec2d(0, 0);
}
TexturePart(const TexturePart& part) {
this->x = part.x;
this->y = part.y;
this->w = part.w;
this->h = part.h;
this->offset = part.offset;
this->buffer = part.buffer;
this->filename = part.filename;
this->texture = part.texture;
}
void update_pos(float xx, float yy, float ww, float hh) {
x = xx;
y = yy;