1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-08 08:45:44 +02:00
This commit is contained in:
Mikhail Khodjaiants 2002-09-18 21:46:43 +00:00
parent 2300feae91
commit d519e8afd9

View file

@ -191,14 +191,6 @@ public class AddExpressionActionDelegate implements IWorkbenchWindowActionDelega
}
}
protected void setEnabledState( ITextEditor editor )
{
if ( getAction() != null )
{
getAction().setEnabled( editor != null );
}
}
/* (non-Javadoc)
* @see org.eclipse.ui.IEditorActionDelegate#setActiveEditor(IAction, IEditorPart)
*/