Index: Source/platform/transforms/IdentityTransformOperation.h |
diff --git a/Source/platform/transforms/IdentityTransformOperation.h b/Source/platform/transforms/IdentityTransformOperation.h |
index c77a9f10175dd28beea6317c0a2a726aff52d5df..4e6a0a68030a082062056e134eedaec466eb9553 100644 |
--- a/Source/platform/transforms/IdentityTransformOperation.h |
+++ b/Source/platform/transforms/IdentityTransformOperation.h |
@@ -42,7 +42,6 @@ public: |
} |
private: |
- virtual bool isIdentity() const OVERRIDE FINAL { return true; } |
virtual OperationType type() const OVERRIDE { return Identity; } |
virtual bool operator==(const TransformOperation& o) const OVERRIDE |