editor now updatable via updateSite
[taxeditor.git] / taxeditor-application / src / main / java / eu / etaxonomy / taxeditor / ApplicationActionBarAdvisor.java
index dc82904c1e49e88af73013e8e921585bc3493356..d825581a873c8ac372bd4cd48fc6853ba1a7df9c 100644 (file)
@@ -2,7 +2,6 @@ package eu.etaxonomy.taxeditor;
 
 import org.eclipse.jface.action.IMenuManager;
 import org.eclipse.ui.IWorkbenchWindow;
-import org.eclipse.ui.actions.ActionFactory.IWorkbenchAction;
 import org.eclipse.ui.application.ActionBarAdvisor;
 import org.eclipse.ui.application.IActionBarConfigurer;
 
@@ -16,12 +15,6 @@ import eu.etaxonomy.taxeditor.navigation.NavigationUtil;
  */
 public class ApplicationActionBarAdvisor extends ActionBarAdvisor {
 
-       // Actions - important to allocate these only in makeActions, and then use
-       // them
-       // in the fill methods. This ensures that the actions aren't recreated
-       // when fillActionBars is called with FILL_PROXY.
-       private IWorkbenchAction exitAction;
-
        public ApplicationActionBarAdvisor(IActionBarConfigurer configurer) {
                super(configurer);
        }