cleanup [python]: remove unused symbol, hide symbols not used by external plugins

GitOrigin-RevId: e5728587e408460009fa5c59fb2a1b0bcd7463a6
This commit is contained in:
Ilya.Kazakevich
2026-02-04 15:32:08 +01:00
committed by intellij-monorepo-bot
parent 96577d6c07
commit c797dcc7bc
41 changed files with 84 additions and 266 deletions

View File

@@ -94,11 +94,6 @@ public class PyPluginCommonOptionsForm implements AbstractPyCommonOptionsForm {
content.interpreterComboBox.addActionListener(listener);
}
@Override
public void removeInterpreterComboBoxActionListener(ActionListener listener) {
content.interpreterComboBox.removeActionListener(listener);
}
@Override
public void addInterpreterModeListener(Consumer<Boolean> listener) {
myRemoteInterpreterModeListeners.add(listener);