Skip to content

Commit

Permalink
Remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
alanocallaghan committed Nov 1, 2023
1 parent 4b26867 commit 70fdc8b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/java/qupath/ext/align/AlignExtension.java
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@
* Extension to make more experimental commands present in the GUI.
*/
public class AlignExtension implements QuPathExtension, GitHubProject {

@SuppressWarnings("javadoc")

public static class ExperimentalCommands {

@ActionConfig(value = "alignAction", bundle = "qupath/ext/align/strings")
Expand All @@ -48,9 +47,6 @@ public static class ExperimentalCommands {
private ExperimentalCommands(QuPathGUI qupath) {
var interactiveAlignment = new InteractiveImageAlignmentCommand(qupath);
actionInteractiveAlignment = qupath.createProjectAction(project -> interactiveAlignment.run());
// actionInteractiveAlignment.setText("Interactive image alignment");
// actionInteractiveAlignment.setLongText("Experimental command to interactively align images using an Affine transform." +
// "This is currently not terribly useful in itself, but may be helpful as part of more complex scripting workflows.");
}

}
Expand Down
Empty file removed src/main/resources/.gitkeep
Empty file.

0 comments on commit 70fdc8b

Please sign in to comment.