Skip to content

Commit

Permalink
Fix Keywords Build Error (#88)
Browse files Browse the repository at this point in the history
Remove call to keywords API that was deprecated by LGM 1.8.216 to fix current build error.
  • Loading branch information
RobertBColton authored Mar 30, 2021
1 parent 0fdffef commit 39f981d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion org/enigma/frames/EnigmaSettingsHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -1002,7 +1002,6 @@ public void internalFrameClosed(InternalFrameEvent e)
{
res.commitToDriver(EnigmaRunner.DRIVER);
EnigmaRunner.populateKeywords();
CodeTextArea.updateKeywords();
}
}
cfDef = null;
Expand Down

0 comments on commit 39f981d

Please sign in to comment.