remove unused methods

This commit is contained in:
Konstantin Bulenkov
2018-03-01 15:11:06 +03:00
parent 1ff942240c
commit dcdf003413
@@ -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();