diff --git a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManager.java b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManager.java index c91930753fb7..0b5e69c37525 100644 --- a/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManager.java +++ b/platform/platform-api/src/com/intellij/openapi/fileEditor/FileEditorManager.java @@ -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}: