From c306be2ddb811374c8bee59060d82abf2c971941 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Fri, 9 Nov 2018 17:25:58 +0100 Subject: [PATCH] Remove deprecated methods that do nothing and have no external usages --- .../openapi/fileEditor/FileEditorManager.java | 11 ----------- 1 file changed, 11 deletions(-) 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}: