Revert "Bug 536393 - [minimap] Default location of minimap should be in the same area as Outline"

This reverts commit 20233bb70140b4eb8ede3eade458b265e36757d6.
diff --git a/org.eclipse.ui.workbench.texteditor/plugin.xml b/org.eclipse.ui.workbench.texteditor/plugin.xml
index 2eb3973..44ed2d6 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>