Bug 527417 - "Eclipse user Storage" toolbar button visible by default

Change-Id: I2aa9613655a89f41543505fc5ea6b71516ca2f1b
Signed-off-by: Andrey Loskutov <loskutov@gmx.de>
diff --git a/org.eclipse.userstorage.oauth/plugin.xml b/org.eclipse.userstorage.oauth/plugin.xml
index 6f11fe1..5c04c67 100644
--- a/org.eclipse.userstorage.oauth/plugin.xml
+++ b/org.eclipse.userstorage.oauth/plugin.xml
@@ -54,24 +54,5 @@
             </separator>
          </menu>
       </menuContribution>
-      <menuContribution
-            allPopups="false"
-            locationURI="toolbar:org.eclipse.ui.main.toolbar?after=additions">
-         <toolbar
-               id="org.eclipse.userstorage.accounts"
-               label="Eclipse User Storage">
-         <command
-               commandId="org.eclipse.userstorage.ui.showPullDown"
-               id="org.eclipse.userstorage.accounts"
-               icon="icons/UserAccount.png"
-               tooltip="Eclipse User Storage"
-               style="pulldown">
-            <parameter
-                  name="intoolbar"
-                  value="true">
-            </parameter>
-         </command>
-         </toolbar>
-      </menuContribution>
    </extension>
 </plugin>