Skip to content

Commit 31f962a

Browse files
Remove skipping of creating of BLOCK_HEADER in preR13
1 parent 524364b commit 31f962a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/out_json.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1743,12 +1743,6 @@ dwg_json_object (Bit_Chain *restrict dat, Dwg_Object *restrict obj)
17431743
case DWG_TYPE_BLOCK_CONTROL:
17441744
return dwg_json_BLOCK_CONTROL (dat, obj);
17451745
case DWG_TYPE_BLOCK_HEADER:
1746-
if (dat->version <= R_12
1747-
&& strEQc (obj->tio.object->tio.BLOCK_HEADER->name, "*MODEL_SPACE"))
1748-
{
1749-
LOG_TRACE ("Skip *MODEL_SPACE\n");
1750-
return 0;
1751-
}
17521746
return dwg_json_BLOCK_HEADER (dat, obj);
17531747
case DWG_TYPE_LAYER_CONTROL:
17541748
return dwg_json_LAYER_CONTROL (dat, obj);

0 commit comments

Comments
 (0)