Remove deprecated "SearchableConfigurable.Parent.isVisible()" overrides

Affected configurables are already registered using corresponding
"ConfigurableProvider" instances
This commit is contained in:
Konstantin Kolosovsky
2017-05-17 21:02:00 +03:00
parent b0f712e0e8
commit fd1e203371
2 changed files with 1 additions and 11 deletions
@@ -74,11 +74,6 @@ public class VcsManagerConfigurable extends SearchableConfigurable.Parent.Abstra
myMappings.reset();
}
@Override
public boolean isVisible() {
return ProjectLevelVcsManager.getInstance(myProject).getAllVcss().length > 0;
}
@Override
public void disposeUIResources() {
super.disposeUIResources();
@@ -1,5 +1,5 @@
/*
* Copyright 2000-2016 JetBrains s.r.o.
* Copyright 2000-2017 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -144,11 +144,6 @@ public class DebuggerConfigurable implements SearchableConfigurable.Parent {
return myRootConfigurable != null;
}
@Override
public boolean isVisible() {
return XBreakpointType.EXTENSION_POINT_NAME.getExtensions().length != 0;
}
@Override
public JComponent createComponent() {
compute();