[Scummvm-git-logs] scummvm master -> d8bc577cf246abce66e92616b46852b385220198
sev-
noreply at scummvm.org
Tue May 31 13:45:01 UTC 2022
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
d8bc577cf2 AGS: Remove unused problematic copy constructor
Commit: d8bc577cf246abce66e92616b46852b385220198
https://github.com/scummvm/scummvm/commit/d8bc577cf246abce66e92616b46852b385220198
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2022-05-31T13:53:54+02:00
Commit Message:
AGS: Remove unused problematic copy constructor
Changed paths:
engines/ags/engine/ac/draw.h
diff --git a/engines/ags/engine/ac/draw.h b/engines/ags/engine/ac/draw.h
index c0bd6390e9f..6c032b51edb 100644
--- a/engines/ags/engine/ac/draw.h
+++ b/engines/ags/engine/ac/draw.h
@@ -77,7 +77,6 @@ struct ObjTexture {
ObjTexture(Shared::Bitmap *bmp, Engine::IDriverDependantBitmap *ddb, int x, int y, int xoff = 0, int yoff = 0)
: Bmp(bmp), Ddb(ddb), Pos(x, y), Off(xoff, yoff) {
}
- ObjTexture(const ObjTexture &) = default;
ObjTexture(ObjTexture &&o);
~ObjTexture();
More information about the Scummvm-git-logs
mailing list