mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-17 20:11:25 +07:00
cleanup [python]: remove unused symbol, hide symbols not used by external plugins
GitOrigin-RevId: e5728587e408460009fa5c59fb2a1b0bcd7463a6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
96577d6c07
commit
c797dcc7bc
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user