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

remove unused local variable

parent 4905bf77
No related branches found
No related tags found
No related merge requests found
...@@ -4,12 +4,11 @@ import java.awt.Graphics2D; ...@@ -4,12 +4,11 @@ import java.awt.Graphics2D;
import java.util.ArrayList; import java.util.ArrayList;
import java.util.List; import java.util.List;
import bdv.viewer.DisplayMode;
import bdv.viewer.state.SourceState;
import bdv.viewer.state.ViewerState;
import net.imglib2.Interval; import net.imglib2.Interval;
import net.imglib2.realtransform.AffineTransform3D; import net.imglib2.realtransform.AffineTransform3D;
import net.imglib2.util.Intervals; import net.imglib2.util.Intervals;
import bdv.viewer.state.SourceState;
import bdv.viewer.state.ViewerState;
/** /**
* Render multibox overlay corresponding to a {@link ViewerState} into a * Render multibox overlay corresponding to a {@link ViewerState} into a
...@@ -98,7 +97,6 @@ public class MultiBoxOverlayRenderer ...@@ -98,7 +97,6 @@ public class MultiBoxOverlayRenderer
final List< SourceState< ? > > sources = viewerState.getSources(); final List< SourceState< ? > > sources = viewerState.getSources();
final List< Integer > visible = viewerState.getVisibleSourceIndices(); final List< Integer > visible = viewerState.getVisibleSourceIndices();
final int timepoint = viewerState.getCurrentTimepoint(); final int timepoint = viewerState.getCurrentTimepoint();
final DisplayMode displayMode = viewerState.getDisplayMode();
final int numSources = sources.size(); final int numSources = sources.size();
int numPresentSources = 0; int numPresentSources = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment