[Scummvm-cvs-logs] scummvm master -> 356ac37471092f2c646b46bc46681e38f5fa2020

sev- sev at scummvm.org
Mon May 16 21:49:31 CEST 2016


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:
356ac37471 SCI: Removing redundant virtual destructor as per LordHoto's suggestion


Commit: 356ac37471092f2c646b46bc46681e38f5fa2020
    https://github.com/scummvm/scummvm/commit/356ac37471092f2c646b46bc46681e38f5fa2020
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2016-05-16T21:48:49+02:00

Commit Message:
SCI: Removing redundant virtual destructor as per LordHoto's suggestion

Changed paths:
    engines/sci/graphics/helpers.h



diff --git a/engines/sci/graphics/helpers.h b/engines/sci/graphics/helpers.h
index ecfdbfc..19dddd7 100644
--- a/engines/sci/graphics/helpers.h
+++ b/engines/sci/graphics/helpers.h
@@ -91,8 +91,6 @@ struct Window : public Port, public Common::Serializable {
 		bDrawn(false) {
 	}
 
-	virtual ~Window() {}
-
 	void syncRect(Common::Serializer &ser, Common::Rect &targetRect) {
 		ser.syncAsSint16LE(targetRect.top);
 		ser.syncAsSint16LE(targetRect.left);






More information about the Scummvm-git-logs mailing list