Skip to content

Commit

Permalink
Fix Macro_Runner
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Apr 8, 2024
1 parent aa5d5cf commit 8359cfb
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/main/java/ij/plugin/Macro_Runner.java
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
public class Macro_Runner implements PlugIn {
private static String filePath;
private static boolean returnError = false;

public Macro_Runner() {
this();
}

public Macro_Runner(boolean returnError) {
this();
this.returnError = returnError;
Expand Down

0 comments on commit 8359cfb

Please sign in to comment.