Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'org.eclipse.ui.workbench.texteditor')
-rw-r--r--org.eclipse.ui.workbench.texteditor/plugin.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/org.eclipse.ui.workbench.texteditor/plugin.xml b/org.eclipse.ui.workbench.texteditor/plugin.xml
index 2eb3973ad29..44ed2d60f88 100644
--- a/org.eclipse.ui.workbench.texteditor/plugin.xml
+++ b/org.eclipse.ui.workbench.texteditor/plugin.xml
@@ -1350,19 +1350,5 @@
allowMultiple="false"
restorable="true">
</view>
- </extension>
- <extension
- point="org.eclipse.ui.perspectiveExtensions">
- <perspectiveExtension
- targetID="*">
- <view
- id="org.eclipse.ui.views.minimap.MinimapView"
- minimized="false"
- ratio="0.75f"
- relationship="stack"
- relative="org.eclipse.ui.views.ContentOutline"
- visible="false">
- </view>
- </perspectiveExtension>
</extension>
</plugin>

Back to the top