Skip to content
Snippets Groups Projects
Commit 609cc370 authored by Tobias Pietzsch's avatar Tobias Pietzsch
Browse files

Remove Hdf5ImageLoader.getImageSize(), use default implementation instead

parent 6cb99a78
No related branches found
No related tags found
No related merge requests found
...@@ -550,12 +550,6 @@ public class Hdf5ImageLoader implements ViewerImgLoader, MultiResolutionImgLoade ...@@ -550,12 +550,6 @@ public class Hdf5ImageLoader implements ViewerImgLoader, MultiResolutionImgLoade
return mipmapInfo.getNumLevels(); return mipmapInfo.getNumLevels();
} }
@Override
public Dimensions getImageSize( final int timepointId )
{
return getImageSize( timepointId, 0 );
}
@Override @Override
public Dimensions getImageSize( final int timepointId, final int level ) public Dimensions getImageSize( final int timepointId, final int level )
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment