From 335816af032c78a9ca9d424c4b599c46ee16e28c Mon Sep 17 00:00:00 2001 From: Lioncache Date: Sat, 6 Dec 2025 17:36:02 -0500 Subject: [PATCH] CFlagsProperty: Default comparison operators Same behavior, less code. --- src/Core/Resource/Script/Property/CFlagsProperty.h | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/src/Core/Resource/Script/Property/CFlagsProperty.h b/src/Core/Resource/Script/Property/CFlagsProperty.h index 1c701fef..670444f5 100644 --- a/src/Core/Resource/Script/Property/CFlagsProperty.h +++ b/src/Core/Resource/Script/Property/CFlagsProperty.h @@ -17,15 +17,7 @@ class CFlagsProperty : public TSerializeableTypedProperty