Skip to content

Commit

Permalink
fix small bug (with no consequences)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanPreibisch committed Nov 2, 2024
1 parent 4cafcb0 commit e19d832
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -207,11 +207,6 @@ public static boolean split( final SpimData2 data, final URI filePath )
else
assignIllum = false;

gd.addMessage( "" );

if ( data.getSequenceDescription().getAllIlluminationsOrdered().size() == 1 )
gd.addCheckbox( "Assign_old_tiles_as_illuminations (great for visualization)", defaultAssignIlluminations );

final String saveAs = gd.getNextString();
final int choice = defaultChoice = gd.getNextChoiceIndex();

Expand Down

0 comments on commit e19d832

Please sign in to comment.