Skip to content

Commit

Permalink
Remove redundante method overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
tpietzsch committed Jan 8, 2024
1 parent 9bc0bb7 commit 8a01469
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,6 @@ public synchronized void getSourceTransform( final int t, final int level, final
transform.set( mipmapTransforms[ level ] );
}

@Override
public VoxelDimensions getVoxelDimensions()
{
return voxelDimensions;
}

@Override
public int getNumMipmapLevels()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -198,12 +198,6 @@ public synchronized void getSourceTransform( final int t, final int level, final
transform.set( mipmapTransforms[ level ] );
}

@Override
public VoxelDimensions getVoxelDimensions()
{
return voxelDimensions;
}

@Override
public int getNumMipmapLevels()
{
Expand Down

0 comments on commit 8a01469

Please sign in to comment.