Skip to content

Commit

Permalink
Remove deprecated make directory. (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertBColton authored Apr 30, 2020
1 parent 9db32a5 commit c305acc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions org/enigma/EnigmaRunner.java
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,6 @@ public EnigmaRunner()
esh.revertResource();

rh = LGM.currentFile.resMap.get(EnigmaSettings.class);
final String makedir = rh.getResource().getOption("make-directory");

LGM.addReloadListener(this);
SubframeInformer.addSubframeListener(this);
Expand Down Expand Up @@ -188,7 +187,6 @@ public void run()
}

System.out.println(Messages.getString("EnigmaRunner.INITIALIZING")); //$NON-NLS-1$
DRIVER.libSetMakeDirectory(makedir);
String err = DRIVER.libInit(ec);
if (err != null)
{
Expand Down
2 changes: 0 additions & 2 deletions org/enigma/backend/EnigmaDriver.java
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ protected List<String> getFieldOrder()
}
}

public void libSetMakeDirectory(String dir);

public String libInit(EnigmaCallbacks ef);

public SyntaxError definitionsModified(String wscode, String yaml);
Expand Down

0 comments on commit c305acc

Please sign in to comment.