Skip to content

Commit ab4ab83

Browse files
committed
delete stale TODO comment--this is now done
1 parent 96bb8d9 commit ab4ab83

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

SEFramework/src/lib/ASDF/AsdfImageSource.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ void AsdfImageSource::setLayer(int layer) {
114114

115115

116116
std::shared_ptr<ImageTile> AsdfImageSource::getImageTile(int x, int y, int width, int height) const {
117-
// TODO: (#5) support image data type conversion
118117
auto tile = ImageTile::create(m_image_type, x, y, width, height,
119118
std::const_pointer_cast<ImageSource>(shared_from_this()));
120119
m_ndarray->fillImageTile(tile, m_current_layer);

0 commit comments

Comments
 (0)