File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -146,7 +146,6 @@ public EnigmaRunner()
146146 esh .revertResource ();
147147
148148 rh = LGM .currentFile .resMap .get (EnigmaSettings .class );
149- final String makedir = rh .getResource ().getOption ("make-directory" );
150149
151150 LGM .addReloadListener (this );
152151 SubframeInformer .addSubframeListener (this );
@@ -188,7 +187,6 @@ public void run()
188187 }
189188
190189 System .out .println (Messages .getString ("EnigmaRunner.INITIALIZING" )); //$NON-NLS-1$
191- DRIVER .libSetMakeDirectory (makedir );
192190 String err = DRIVER .libInit (ec );
193191 if (err != null )
194192 {
Original file line number Diff line number Diff line change @@ -30,8 +30,6 @@ protected List<String> getFieldOrder()
3030 }
3131 }
3232
33- public void libSetMakeDirectory (String dir );
34-
3533 public String libInit (EnigmaCallbacks ef );
3634
3735 public SyntaxError definitionsModified (String wscode , String yaml );
You can’t perform that action at this time.
0 commit comments