Skip to content

Commit

Permalink
Remove if in DICTIONARYWDFLT
Browse files Browse the repository at this point in the history
Variables are in all DXFs where is DICTIONARYWDFLT object.
  • Loading branch information
michal-josef-spacek authored and rurban committed Apr 3, 2024
1 parent 5dcf5a0 commit 9cd3b32
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions src/dwg.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 9cd3b32

Please sign in to comment.