Skip to content

Commit

Permalink
ENH: remove unsupported write extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dzenanz committed Dec 15, 2021
1 parent 348ca2e commit ebfcb2c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/itkScancoImageIO.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ ScancoImageIO::ScancoImageIO()
this->m_ByteOrder = IOByteOrderEnum::LittleEndian;

this->AddSupportedWriteExtension(".isq");
this->AddSupportedWriteExtension(".rsq");
this->AddSupportedWriteExtension(".rad");
this->AddSupportedWriteExtension(".aim");

this->AddSupportedReadExtension(".isq");
this->AddSupportedReadExtension(".rsq");
Expand Down

0 comments on commit ebfcb2c

Please sign in to comment.