Skip to content

Commit

Permalink
Remove legacy statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeschamps committed Jan 8, 2024
1 parent c2d3c38 commit 75d605c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,6 @@ public void performAcquisition(Studio studio, String name, String path, Datastor
}

private void interruptAcquisition(Studio studio) {
// In MM 2.0.0 and 2.0.1 (before 06.04.23), we used the following snippet to stop acquisitions:
//((DefaultAcquisitionManager) studio.acquisitions()).getAcquisitionEngine().stop(true);

// Since MM 2.0.1, PR #16668, abortAcquisition() is exposed
// https://github.com/micro-manager/micro-manager/pull/1668
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,6 @@ public void performAcquisition(Studio studio, String name, String path, Datastor
}

private void interruptAcquisition(Studio studio) {
// In MM 2.0.0 and 2.0.1 (before 06.04.23), we used the following snippet to stop acquisitions:
//((DefaultAcquisitionManager) studio.acquisitions()).getAcquisitionEngine().stop(true);

// Since MM 2.0.1, PR #16668, abortAcquisition() is exposed
// https://github.com/micro-manager/micro-manager/pull/1668
try {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,6 @@ public void performAcquisition(Studio studio, String name, String path, Datastor
}

private void interruptAcquisition(Studio studio) {
// In MM 2.0.0 and 2.0.1 (before 06.04.23), we used the following snippet to stop acquisitions:
//((DefaultAcquisitionManager) studio.acquisitions()).getAcquisitionEngine().stop(true);

// Since MM 2.0.1, PR #16668, abortAcquisition() is exposed
// https://github.com/micro-manager/micro-manager/pull/1668
try {
Expand Down

0 comments on commit 75d605c

Please sign in to comment.