Skip to content

Commit 23ef82f

Browse files
remove more old code
1 parent 5923d37 commit 23ef82f

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

src/main/java/gui/RenderThread.java

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -37,16 +37,6 @@
3737

3838
public class RenderThread implements Runnable
3939
{
40-
/*
41-
protected static int medianFilter = 0;
42-
protected static double gaussFactor = 1;
43-
44-
public static double minRange = 0;
45-
public static double maxRange = 200;
46-
public static double min = 0.1;
47-
public static double max = 5;
48-
*/
49-
5040
protected final BdvOptions options;
5141
protected BdvStackSource< ? > bdv;
5242
protected final Interval interval;

0 commit comments

Comments
 (0)