Skip to content

Commit

Permalink
don't need std::pair<> overload anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith authored and Dan Smith committed Jun 6, 2023
1 parent 41e040e commit 1613189
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions six/modules/c++/six/source/NITFWriteControl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -541,12 +541,6 @@ void NITFWriteControl::save_image(std::span<const std::complex<short>> imageData
{
do_save(imageData, outputFile, convert_paths(schemaPaths));
}
void NITFWriteControl::save_image(std::span<const std::pair<uint8_t, uint8_t>> imageData,
nitf::IOInterface& outputFile,
const std::vector<std::filesystem::path>& schemaPaths)
{
do_save(imageData, outputFile, convert_paths(schemaPaths));
}
void NITFWriteControl::save_image(std::span<const uint8_t> imageData,
nitf::IOInterface& outputFile,
const std::vector<std::filesystem::path>& schemaPaths)
Expand Down

0 comments on commit 1613189

Please sign in to comment.