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

Remove unused variable

parent 0f0141ab
No related branches found
No related tags found
No related merge requests found
......@@ -50,7 +50,6 @@ import java.util.concurrent.CopyOnWriteArrayList;
import bdv.viewer.state.SourceGroup;
import bdv.viewer.state.SourceState;
import bdv.viewer.state.ViewerState;
import bdv.viewer.state.XmlIoViewerState;
/**
* Manage visibility and currentness of sources and groups, as well as grouping
......@@ -102,13 +101,10 @@ public class VisibilityAndGrouping
protected final ViewerState state;
protected final XmlIoViewerState io;
public VisibilityAndGrouping( final ViewerState viewerState )
{
updateListeners = new CopyOnWriteArrayList<>();
state = viewerState;
io = new XmlIoViewerState();
}
public int numSources()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment