mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2026-03-13 09:24:25 +08:00
get rid of ununsed condition
This commit is contained in:
@@ -32,12 +32,6 @@
|
||||
btn = context.get("/mainTabs/Table/toolbar/Manage Indexes");
|
||||
btn.setEnabled(false);
|
||||
|
||||
Condition menuCondition = new Condition() {
|
||||
public boolean satisfied() {
|
||||
Editor editor = context.get("/mainTabs/Query/editor");
|
||||
return editor.getDocument().getLength() > 0;
|
||||
}};
|
||||
|
||||
context.wireMenu("/mainTabs/Query/editor:/consoleTabs/SQL Log/outputWindow", "/Edit");
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user