From 9cd3b325346176612f35e20e7297c06f7b685c48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Josef=20=C5=A0pa=C4=8Dek?= Date: Fri, 29 Mar 2024 00:41:30 +0100 Subject: [PATCH] Remove if in DICTIONARYWDFLT Variables are in all DXFs where is DICTIONARYWDFLT object. --- src/dwg.spec | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/src/dwg.spec b/src/dwg.spec index f09486b17..23cc439c4 100644 --- a/src/dwg.spec +++ b/src/dwg.spec @@ -3184,12 +3184,9 @@ DWG_OBJECT (DICTIONARYWDFLT) #ifdef IS_DXF SUBCLASS (AcDbDictionary) - SINCE (R_2000b) - { - if (FIELD_VALUE (is_hardowner)) - FIELD_RC (is_hardowner, 280); - FIELD_BS (cloning, 281); - } + if (FIELD_VALUE (is_hardowner)) + FIELD_RC (is_hardowner, 280); + FIELD_BS (cloning, 281); #else FIELD_BL (numitems, 0); FIELD_BS (cloning, 281);