mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-15 09:55:51 +00:00
Removed not used open from browser cache feature.
This commit is contained in:
@@ -792,10 +792,6 @@ public abstract class MainFrameMenu implements MenuBuilder {
|
||||
Main.loadFromMemory();
|
||||
}
|
||||
|
||||
protected void searchCacheActionPerformed(ActionEvent evt) {
|
||||
Main.loadFromCache();
|
||||
}
|
||||
|
||||
protected void gotoDucumentClassOnStartupActionPerformed(ActionEvent evt) {
|
||||
AbstractButton button = (AbstractButton) evt.getSource();
|
||||
boolean selected = button.isSelected();
|
||||
|
||||
Reference in New Issue
Block a user