mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
remove unused methods
This commit is contained in:
-12
@@ -1084,11 +1084,6 @@ public final class ActionManagerImpl extends ActionManagerEx implements Disposab
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
public boolean isContextMenuVisible() {
|
||||
return !myPopups.isEmpty();
|
||||
}
|
||||
|
||||
public boolean isToolWindowContextMenuVisible() {
|
||||
for (ActionPopupMenuImpl popup : myPopups) {
|
||||
if (popup.isToolWindowContextMenu()) {
|
||||
@@ -1098,13 +1093,6 @@ public final class ActionManagerImpl extends ActionManagerEx implements Disposab
|
||||
return false;
|
||||
}
|
||||
|
||||
//@Override
|
||||
//public AnAction replaceAction(String actionId, @NotNull AnAction newAction) {
|
||||
// synchronized (myLock) {
|
||||
// return replaceAction(actionId, newAction, null);
|
||||
// }
|
||||
//}
|
||||
|
||||
@Override
|
||||
public boolean isActionPopupStackEmpty() {
|
||||
return myPopups.isEmpty();
|
||||
|
||||
Reference in New Issue
Block a user