Remove deprecated methods that do nothing and have no external usages

This commit is contained in:
Dmitry Jemerov
2018-11-09 17:27:26 +01:00
parent 63b4650c38
commit c306be2ddb
@@ -142,17 +142,6 @@ public abstract class FileEditorManager {
@NotNull
public abstract FileEditor[] getAllEditors();
/**
* @deprecated use addTopComponent
*/
@Deprecated
public void showEditorAnnotation(@NotNull FileEditor editor, @NotNull JComponent annotationComponent) {}
/**
* @deprecated use removeTopComponent
*/
@Deprecated
public void removeEditorAnnotation(@NotNull FileEditor editor, @NotNull JComponent annotationComponent) {}
/**
* Adds the specified component above the editor and paints a separator line below it.
* If a separator line is not needed, set the client property to {@code true}: