Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
DomCR committed Oct 26, 2023
1 parent ad87ebf commit f8ca186
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions ACadSharp/IO/DXF/DxfStreamReader/DxfObjectsSectionReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -160,11 +160,6 @@ private bool readXRecord(CadTemplate template, DxfMap map)

//TODO: Finsih cadXrecordtemplate

if(template.CadObject.Handle == 0xBEA)
{

}

switch (this._reader.Code)
{
case 100 when this._reader.ValueAsString == DxfSubclassMarker.XRecord:
Expand Down
5 changes: 0 additions & 5 deletions ACadSharp/IO/DXF/DxfStreamWriter/DxfObjectsSectionWriter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -239,11 +239,6 @@ private void writeSortentsTable(SortEntitiesTable e)

protected void writeXRecord(XRecrod e)
{
if (e.Handle == 0xBEA)
{

}

this._writer.Write(DxfCode.Subclass, DxfSubclassMarker.XRecord);

foreach (var item in e.Entries)
Expand Down

0 comments on commit f8ca186

Please sign in to comment.